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