menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LabelCreatedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LabelCreatedEventArgs

    Represents the label created event args. You can customize the label content using the label created event args.

    Inheritance
    System.Object
    LabelCreatedEventArgs
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public class LabelCreatedEventArgs : EventArgs

    Constructors

    LabelCreatedEventArgs()

    Declaration
    public LabelCreatedEventArgs()

    Properties

    LabelContent

    Gets or sets the label content. Used to customize the label content for scale.

    Declaration
    public string LabelContent { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved