Click or drag to resize
Accord.NET (logo)

ManipulatorControlManipulatorColor Property

Color used for filling manipulator.

Namespace:  Accord.Controls
Assembly:  Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax
[DefaultValueAttribute(typeof(Color), "LightSeaGreen")]
public Color ManipulatorColor { get; set; }
Request Example View Source

Property Value

Type: Color
Remarks

Default value is set to LightSeaGreen.

See Also