ImageGear .NET v25.1 - Updated
Type Property (ImGearLayer)




ImageGear.Core Assembly > ImageGear.Processing.Layers Namespace > ImGearLayer Class : Type Property
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
public virtual ImGearLayerType Type {get;}
public: __property virtual ImGearLayerType get_Type();
public:
virtual property ImGearLayerType Type {
   ImGearLayerType get();
}

Property Value

ImGearLayerType enumeration value.
See Also

Reference

ImGearLayer Class
ImGearLayer Members