ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPopupText Interface / Opacity Property




In This Topic
    Opacity Property (IImGearARTPopupText)
    In This Topic
    Gets or sets the opacity of the mark.
    Syntax
    'Declaration
     
    Property Opacity As Integer
    'Usage
     
    Dim instance As IImGearARTPopupText
    Dim value As Integer
     
    instance.Opacity = value
     
    value = instance.Opacity
    int Opacity {get; set;}
    __property int get_Opacity();
    __property void set_Opacity( 
       int value
    );
    property int Opacity {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value from 0 (transparent) to 255 (opaque).
    Remarks
    This Opacity property is used for all elements of the mark by default. If you need to set a differ opacity value for text element, please use TextOpacity property.
    See Also