alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class LoadedEventArgs

    Specifies the event arguments for loaded event in linear gauge.

    Inheritance
    object
    BaseEventArgs
    LoadedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

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