ImageGear .NET
SelectorColor Property




Gets or sets color of the annotation selecting rectangle.
Syntax
'Declaration
 
Public Property SelectorColor As Color
'Usage
 
Dim instance As AnnotatorSettings
Dim value As Color
 
instance.SelectorColor = value
 
value = instance.SelectorColor
public Color SelectorColor {get; set;}
public: __property Color get_SelectorColor();
public: __property void set_SelectorColor( 
   Color value
);
public:
property Color SelectorColor {
   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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback