Class LabelCreatedEventArgs
Represent the scale’s LabelCreated event arguments.
Inheritance
System.Object
LabelCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public class LabelCreatedEventArgs : EventArgs
Constructors
LabelCreatedEventArgs()
Declaration
public LabelCreatedEventArgs()
Properties
LabelText
Gets or sets a text to change the scale label in LabelCreated event.
Declaration
public string LabelText { get; set; }
Property Value
Type |
---|
System.String |