ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / AnnotatorSettings Class / SelectorColor Property




In This Topic
    SelectorColor Property
    In This Topic
    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