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