Click or drag to resize

Slider.UnitSize Property (Typed)

X#
A numeric value determining the unit size (or line size) of the slider control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY UnitSize AS LONG GET SET 
Request Example View Source

Property Value

Type: Long
A numeric value determining the unit size (or line size) of the slider control.
Remarks
A numeric value determining the unit size (or line size) of the slider control. The unit size affects how much the slider moves when the user presses the cursor left or cursor right key on the keyboard.
See Also