Back to Devexpress

RoundedSkinPanel.DisplayRectangle Property

windowsforms-devexpress-dot-xtraeditors-dot-roundedskinpanel-ef85c512.md

latest1.2 KB
Original Source

RoundedSkinPanel.DisplayRectangle Property

Gets dimensions and location of the panel’s client area, excluding borders and scrollbars.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Rectangle

The bounds of the panel’s content region.

|

See Also

RoundedSkinPanel Class

RoundedSkinPanel Members

DevExpress.XtraEditors Namespace