Slider.UnitSize Property (Typed) | |
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
public override int UnitSize { get; set; }
Request Example
View SourceProperty Value
Type:
LongA 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