Back to Devexpress

LegendViewDataAccessible.ClientBounds Property

windowsforms-devexpress-dot-xtracharts-dot-accessibility-dot-legendviewdataaccessible.md

latest1.4 KB
Original Source

LegendViewDataAccessible.ClientBounds Property

Gets the size and location of the element, in pixels, relative to the parent control.

Namespace : DevExpress.XtraCharts.Accessibility

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public override Rectangle ClientBounds { get; }
vb
Public Overrides ReadOnly Property ClientBounds As Rectangle

Property Value

TypeDescription
Rectangle

A RectangleF structure that specifies the bounds of the element.

|

See Also

LegendViewDataAccessible Class

LegendViewDataAccessible Members

DevExpress.XtraCharts.Accessibility Namespace