Class LoadedEventArgs
Specifies the event arguments for loaded event in linear gauge.
Inheritance
System.Object
Syncfusion.Blazor.LinearGauge.BaseEventArgs
LoadedEventArgs
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 |
---|---|
Syncfusion.Blazor.LinearGauge.Internal.Size | A size object that represents the size of the Linear Gauge. |
Remarks
You can get the size details of the Linear Gauge.