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




In This Topic
    CreatorOpacity Property (AnnotatorSettings)
    In This Topic
    Gets or sets opacity level of a shape drawn when an annotation it is being created.
    Syntax
    'Declaration
     
    Public Property CreatorOpacity As Byte
    'Usage
     
    Dim instance As AnnotatorSettings
    Dim value As Byte
     
    instance.CreatorOpacity = value
     
    value = instance.CreatorOpacity
    public byte CreatorOpacity {get; set;}
    public: __property byte get_CreatorOpacity();
    public: __property void set_CreatorOpacity( 
       byte value
    );
    public:
    property byte CreatorOpacity {
       byte get();
       void set (    byte value);
    }

    Property Value

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