menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LoadedEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved