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




In This Topic
Type Property (ImGearLayer)
In This Topic
Gets the type of the layer.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Type As ImGearLayerType
 
'Usage
 
Dim instance As ImGearLayer
Dim value As ImGearLayerType
 
value = instance.Type

Property Value

ImGearLayerType enumeration value.
See Also