Slider.TickAlignment Property | |
A symbol that describes the alignment of ticks on the slider.
Valid values for a horizontal slider are
Valid values for a vertical slider are
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TickAlignment AS USUAL GET SET
public virtual Usual TickAlignment { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA symbol that describes the alignment of ticks on the slider.Valid values for a horizontal slider are#Top#Bottom#BothValid values for a vertical slider are#Left#Right#Both
See Also