Back to Devexpress

SizingEventArgs.NewSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-sizingeventargs-4efe1790.md

latest1.1 KB
Original Source

SizingEventArgs.NewSize Property

Gets the dock panel’s new size.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Size NewSize { get; }
vb
Public ReadOnly Property NewSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure which specifies the dock panel’s new size.

|

See Also

SizingEventArgs Class

SizingEventArgs Members

DevExpress.XtraBars.Docking Namespace