Click or drag to resize

Slider.ChannelBoundingBox Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Rectangle
A 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