ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / TextOpacity Property




In This Topic
    TextOpacity Property (ImGearARTPopupText)
    In This Topic
    Gets or sets a separate opacity used for text string.
    Syntax
    'Declaration
     
    Public Property TextOpacity As Integer
    'Usage
     
    Dim instance As ImGearARTPopupText
    Dim value As Integer
     
    instance.TextOpacity = value
     
    value = instance.TextOpacity
    public int TextOpacity {get; set;}
    public: __property int get_TextOpacity();
    public: __property void set_TextOpacity( 
       int value
    );
    public:
    property int TextOpacity {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value from 0 (transparent) to 255 (opaque).
    Remarks
    When set to non-negative value, specifies separate opacity used for text string only, otherwise text is displayed with the opacity provided by the Opacity property used to set the opacity for the entire mark. The default value is 255.
    See Also