Class ResizeEventArgs
Specifies the event arguments for the resize event in maps.
Inherited Members
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeEventArgs : MapsBaseEventArgs
Constructors
ResizeEventArgs()
Declaration
public ResizeEventArgs()
Properties
CurrentSize
Gets or sets the current size of the maps after the resize event.
Declaration
public SizeF CurrentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The size of the map in floating-point units, after it has been resized. |
PreviousSize
Gets or sets the previous size of the maps before the resize event.
Declaration
public SizeF PreviousSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | The size of the map in floating-point units, before it has been resized. |