Class ResizeEventArgs
Defines the ResizeEventArgs.
Inheritance
System.Object
ResizeEventArgs
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeEventArgs : Object
Constructors
ResizeEventArgs()
Declaration
public ResizeEventArgs()
Properties
Cancel
Defines the event cancel status.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CurrentSize
Defines the current size of the heatmap.
Declaration
public Size CurrentSize { get; set; }
Property Value
Type | Description |
---|---|
Size | A Size object that represents the current size of the HeatMap. |
PreviousSize
Defines the previous size of the heatmap.
Declaration
public Size PreviousSize { get; set; }
Property Value
Type | Description |
---|---|
Size | A Size object that represents the previous size of the HeatMap. |