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




In This Topic
    TextOpacity Property (IImGearARTPopupText)
    In This Topic
    Gets or sets a separate opacity used for text string.
    Syntax
    'Declaration
     
    Property TextOpacity As Integer
    'Usage
     
    Dim instance As IImGearARTPopupText
    Dim value As Integer
     
    instance.TextOpacity = value
     
    value = instance.TextOpacity
    int TextOpacity {get; set;}
    __property int get_TextOpacity();
    __property void set_TextOpacity( 
       int value
    );
    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.
    See Also