Class ResizeEventArgs
Specifies the event arguments available for resize event of the treemap component.
Inheritance
System.Object
Syncfusion.Blazor.TreeMap.BaseEventArgs
ResizeEventArgs
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class ResizeEventArgs : BaseEventArgs
Constructors
ResizeEventArgs()
Declaration
public ResizeEventArgs()
Properties
CurrentSize
Defines the size of the treemap after resizing.
Declaration
public SizeF CurrentSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | A SizeF value representing the size of the treemap after resizing. |
PreviousSize
Defines the size of the treemap before resizing.
Declaration
public SizeF PreviousSize { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.SizeF | A SizeF value representing the size of the treemap before resizing. |