menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class LabelCreatedEventArgs

    Provides event data for axis LabelCreated event.

    Inheritance
    System.Object
    LabelCreatedEventArgs
    Namespace: Syncfusion.Maui.Gauges
    Assembly: Syncfusion.Maui.Gauges.dll
    Syntax
    public class LabelCreatedEventArgs : Object

    Constructors

    LabelCreatedEventArgs()

    Declaration
    public LabelCreatedEventArgs()

    Properties

    Style

    To set the font style to gauge label text.

    Declaration
    public GaugeLabelStyle Style { get; set; }
    Property Value
    Type
    GaugeLabelStyle

    Text

    Gets or sets the label text.

    Declaration
    public string Text { 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