Back to Devexpress

DXWindow.ClientArea Property

wpf-devexpress-dot-xpf-dot-core-dot-dxwindow-38c21336.md

latest1.4 KB
Original Source

DXWindow.ClientArea Property

Gets the width, height, and location of the DXWindow‘s client area.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Rect ClientArea { get; }
vb
Public ReadOnly Property ClientArea As Rect

Property Value

TypeDescription
Rect

A Rect structure that describes the width, height, and location of the DXWindow‘s client area.

|

Remarks

The ClientArea property returns the Rect structure that describes the width, height, and location of the DXWindow‘s client area. See the figure below.

See Also

DXWindow Class

DXWindow Members

DevExpress.Xpf.Core Namespace