Slider.TickAlignment 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 TickAlignment AS SYMBOL GET SET
public virtual Symbol TickAlignment { get; set; }
Request Example
View SourceProperty Value
Type:
SymbolA 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