ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearAnnotationSettings Class / CreatorColor Property




In This Topic
    CreatorColor Property (ImGearAnnotationSettings)
    In This Topic
    Gets or sets color of a shape drawn when an annotation is being created.
    Syntax
    'Declaration
     
    Public Property CreatorColor As Color
    'Usage
     
    Dim instance As ImGearAnnotationSettings
    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