Click or drag to resize

Slider.BlockSize Property (Typed)

X#
A numeric value determining the block size (or page size) of the slider control.

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

Property Value

Type: Long
A numeric value determining the block size (or page size) of the slider control.
Remarks
A numeric value determining the block size (or page size) of the slider control. The block size affects how much the slider moves when the user clicks next to the thumb.
See Also