Click or drag to resize

Slider.TickAlignment Property

X#

A symbol that describes the alignment of ticks on the slider.

Valid values for a horizontal slider are

  • #Top
  • #Bottom
  • #Both

Valid values for a vertical slider are

  • #Left
  • #Right
  • #Both

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TickAlignment AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A 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