VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / VisualTool Property
Syntax Requirements SeeAlso
In This Topic
    VisualTool Property (ImageViewer)
    In This Topic
    Gets or sets the current VisualTool of this viewer.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    <ReadOnlyAttribute(True)>
    Public Overridable Property VisualTool As Vintasoft.Imaging.UI.VisualTools.VisualTool
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public virtual Vintasoft.Imaging.UI.VisualTools.VisualTool VisualTool { get; set; }
    
    
    [Browsable(False)]
    [ReadOnly(True)]
    public: __property virtual Vintasoft.Imaging.UI.VisualTools.VisualTool* get_VisualTool();
    public: __property virtual void set_VisualTool(
    Vintasoft.Imaging.UI.VisualTools.VisualTool* value
    );
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also