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 |