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