Click or drag to resize
Accord.NET (logo)

ManipulatorControlBorderColor Property

Color used for drawing borders and axis's.

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

Property Value

Type: Color
Remarks

Default value is set to Black.

See Also