Gets or sets color of a shape drawn when an annotation it is being created.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property CreatorColor As Color
             
        
            
            'Usage
 
Dim instance As AnnotatorSettings
Dim value As Color
 
instance.CreatorColor = value
 
value = instance.CreatorColor
             
        
            
            public Color CreatorColor {get; set;}
             
        
            
            public: __property Color get_CreatorColor();
public: __property void set_CreatorColor( 
   Color value
);
             
        
            
            public:
property Color CreatorColor {
   Color get();
   void set (    Color value);
}
             
        
             
        
            
            
            Property Value
System.Windows.Media.Color value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also