ImageGear .NET - Updated
CreatorColor Property (AnnotatorSettings)




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > AnnotatorSettings Class : CreatorColor Property
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.
Remarks
The default value is Colors.Gray.
See Also

Reference

AnnotatorSettings Class
AnnotatorSettings Members