Class LoadedEventArgs
Specifies the event arguments for loaded event in linear gauge.
Inherited Members
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LoadedEventArgs : BaseEventArgs
Constructors
LoadedEventArgs()
Declaration
public LoadedEventArgs()
Properties
CurrentSize
Gets the rendered size of the Linear Gauge.
Declaration
public Size CurrentSize { get; }
Property Value
| Type | Description |
|---|---|
| Size | A size object that represents the size of the Linear Gauge. |
Remarks
You can get the size details of the Linear Gauge.