VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI.VisualTools Namespace / MagnifierTool Class / ShowVisualTools Property
Синтаксис Требования Смотрите также
В этом разделе
    ShowVisualTools Свойство (MagnifierTool)
    В этом разделе
    Возвращает или задает значение, указывающее, должна ли лупа отображать визуальные инструменты, т. е. показывать изображение с аннотациями или интерактивными полями. в лупе.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также