|
SliderControlIsHorizontal Property
|
Defines if control has horizontal or vertical look.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax [DefaultValueAttribute(true)]
public bool IsHorizontal { get; set; }
<DefaultValueAttribute(true)>
Public Property IsHorizontal As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks Default value is set to .
See Also