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.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also