ImageGear .NET v24.12 - Updated
CreatorOpacity Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : CreatorOpacity Property
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

Reference

AnnotatorSettings Class
AnnotatorSettings Members