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




In This Topic
    Opacity Property (ImGearImageLayer)
    In This Topic
    Gets or sets level of opacity for the image layer.
    Syntax
    'Declaration
     
    Public Property Opacity As Integer
    'Usage
     
    Dim instance As ImGearImageLayer
    Dim value As Integer
     
    instance.Opacity = value
     
    value = instance.Opacity
    public int Opacity {get; set;}
    public: __property int get_Opacity();
    public: __property void set_Opacity( 
       int value
    );
    public:
    property int Opacity {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also