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

    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.
    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