'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")> Public Property OveralyOnUnfocusedImages As Boolean
[DefaultValue(True)] [Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] public bool OveralyOnUnfocusedImages { get; set; }
[DefaultValue(True)] [Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] public: __property bool get_OveralyOnUnfocusedImages(); public: __property void set_OveralyOnUnfocusedImages(
bool value
);
[DefaultValue(True)] [Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] public:
property bool OveralyOnUnfocusedImages { bool get(); void set(bool value); }
Property Value
True, если визуальный инструмент должен накладывать изображение на несфокусированные изображения; в противном случае - false. Значение по умолчанию - true.