'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.")> <CategoryAttribute("Appearance")> Public Property ShowVisualTools As Boolean
[DefaultValue(True)] [Description("A value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.")] [Category("Appearance")] public bool ShowVisualTools { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.")] [Category("Appearance")] public: __property bool get_ShowVisualTools(); public: __property void set_ShowVisualTools(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the magnifier must show visual tools, i.e. show image with annotations or interactive fields in magnifier.")] [Category("Appearance")] public:
property bool ShowVisualTools { bool get(); void set(bool value); }
Property Value
True - лупа должна отображать визуальные инструменты, которые хранятся после лупы в составном визуальном инструменте; false - лупа НЕ должна отображать визуальные инструменты, которые хранятся после лупы в составном визуальном инструменте.
Значение по умолчанию - true.
Значение по умолчанию - true.