VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class / IsVisibleWithoutImage Property
Syntax Requirements SeeAlso
In This Topic
    IsVisibleWithoutImage Property (VisualTool)
    In This Topic
    Gets a value indicating whether this visual tool is visible if image is not painted in image viewer.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Overridable ReadOnly Property IsVisibleWithoutImage As Boolean
    
    
    [Browsable(False)]
    public virtual bool IsVisibleWithoutImage { get; }
    
    
    [Browsable(False)]
    public: __property virtual bool get_IsVisibleWithoutImage();
    
    
    
    [Browsable(False)]
    public:
    virtual property bool IsVisibleWithoutImage { bool get(); }

    Property Value

    true - this visual tool will be always visible in image viewer;
    false - this visual tool will be visible in image viewer only if image is painted in image viewer.
    Default value is false.
    Requirements

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

    See Also