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. |