ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / AnnotatorSettings Class / SelectorOpacity Property




In This Topic
    SelectorOpacity Property
    In This Topic
    Gets or sets opacity level of the annotation selecting rectangle.
    Syntax
    'Declaration
     
    Public Property SelectorOpacity As Byte
    'Usage
     
    Dim instance As AnnotatorSettings
    Dim value As Byte
     
    instance.SelectorOpacity = value
     
    value = instance.SelectorOpacity
    public byte SelectorOpacity {get; set;}
    public: __property byte get_SelectorOpacity();
    public: __property void set_SelectorOpacity( 
       byte value
    );
    public:
    property byte SelectorOpacity {
       byte get();
       void set (    byte value);
    }

    Property Value

    Byte value.
    Remarks
    The default value is 127.
    See Also