VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also