IResizeEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for the resize event in circular gauge.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

currentSize Size

Specifies the size of the circular gauge after it gets resized.

gauge CircularGauge

Specifies the instance of the circular gauge.

name string

Specifies the name of the event.

previousSize Size

Specifies the size of the circular gauge before it gets resized.