ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearLayer Class / Visible Property




In This Topic
Visible Property (ImGearLayer)
In This Topic
Gets or sets a value indicating whether the layer is visible.
Syntax
'Declaration
 
Public Property Visible As Boolean
 
'Usage
 
Dim instance As ImGearLayer
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible

Property Value

Boolean value.
See Also