Skip to main content

RangeControlClientBase.RenderBounds Property

Gets the range control render boundary.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Rect RenderBounds { get; }

Property Value

Type Description
Rect

A Rect object that describes the width, height, and location of the bounding box.

See Also