menu

Class LabelPreparedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelPreparedEventArgs

    Provides event data for axis LabelPrepared event.

    Inheritance
    System.Object
    LabelPreparedEventArgs
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.Gauge.WinUI.dll
    Syntax
    public class LabelPreparedEventArgs : Object

    Constructors

    LabelPreparedEventArgs()

    Declaration
    public LabelPreparedEventArgs()

    Properties

    LabelText

    Gets or sets the label text.

    Declaration
    public string LabelText { get; set; }
    Property Value
    Type Description
    System.String

    The axis label text.

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