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