Slider.ThumbBoundingBox Property (Typed) | |
A BoundingBox object determining the size and position of the bounding rectangle for the thumb in a slider control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ThumbBoundingBox AS BoundingBox GET
public virtual BoundingBox ThumbBoundingBox { get; }
Request Example
View SourceProperty Value
Type:
BoundingBoxA BoundingBox object determining the size and position of the bounding rectangle for the thumb in a slider control.
See Also