WindowResizeStartedEventArgs.Size Property
Returns the initial 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 initial window size. |
Remarks
Refer to the WindowResizeStartedEventArgs class description for additional information.
See Also