IsVisibleWithoutImage Property (CompositeVisualTool)
Gets a value indicating whether this visual tool is visible if image is not painted in image viewer.
'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.
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