|
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; }
<DefaultValueAttribute(GetType(Color), "Black")>
Public Property BorderColor As Color
Get
Set
Request Example
View SourceProperty Value
Type:
Color
RemarksDefault value is set to Black.
See Also