Slider.UnitSize Property | |
A numeric value determining the unit size (or line size) of the slider control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY UnitSize AS USUAL GET SET
public override Usual UnitSize { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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