SelectionSlider.SelectionRange Property (Typed) | |
A Range object representing the minimum and maximum values currently in use for the selection bar of the slider.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectionRange AS Range GET SET
public virtual Range SelectionRange { get; set; }
Request Example
View SourceProperty Value
Type:
RangeA Range object representing the minimum and maximum values currently in use for the selection bar of the slider.
See Also