WindowResizeStartedEventArgs.Size Property
Returns the initial window size.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.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 more information.
See Also