Orientation Property (AxisScrollbar)
In This Topic
Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.AxisScrollbar.Orientation", "Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Orientation As Orientation
[C1Description("Interaction.AxisScrollbar.Orientation", "Gets or sets a value indicating the horizontal or vertical orientation of the C1RangeSlider.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Orientation Orientation {get; set;}
See Also