ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing.Layers Namespace / ImGearImageLayer Class / Type Property




In This Topic
    Type Property (ImGearImageLayer)
    In This Topic
    Image layer type.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Type As ImGearLayerType
    'Usage
     
    Dim instance As ImGearImageLayer
    Dim value As ImGearLayerType
     
    value = instance.Type
    public override ImGearLayerType Type {get;}
    public: __property ImGearLayerType get_Type() override;
    public:
    property ImGearLayerType Type {
       ImGearLayerType get() override;
    }

    Property Value

    ImGearLayerType value.
    See Also