'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 - magnifier must show visual tools, which are stored after magnifier in composite visual tool; false - magnifier must NOT show visual tools, which are stored after magnifier in composite visual tool.
Default value is true.
Default value is true.