Slider.ChannelBoundingBox Property (Typed) | |
A BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ChannelBoundingBox AS Rectangle GET
public virtual Rectangle ChannelBoundingBox { get; }
Request Example
View SourceProperty Value
Type:
RectangleA BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel.
Remarks
A BoundingBox object determining the size and position of the bounding rectangle for a slider control's channel. (The channel is the area over which the thumb moves and which contains the highlight when a range is selected.)
See Also