IResizeEventArgs
2 Oct 20251 minute to read
Specifies the event arguments for resize event in linear gauge.
Properties
cancel boolean
Specifies whether to cancel the resize event or not. The default value is false. If set to true, the event will be halted.
currentSize Size
Specifies the size of the linear gauge after resizing.
gauge LinearGauge
Specifies the instance of linear gauge.
name string
Specifies the name of the event.
previousSize Size
Specifies the size of the linear gauge before resizing.