WindowResizeCompletedEventArgs.Size Property
Returns the current window size.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public Size Size { get; }
Property Value
| Type | Description |
|---|---|
| Size | The current window size. |
Remarks
Refer to the WindowResizeCompletedEventArgs class description for more information.
See Also