ImageGear v26.3 - Updated
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
    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