Class LabelCreatedEventArgs
Represents LabelCreated Event.
Inheritance
System.Object
LabelCreatedEventArgs
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LabelCreatedEventArgs : Object
Constructors
LabelCreatedEventArgs()
Declaration
public LabelCreatedEventArgs()
Properties
LabelContent
Gets or sets a value indicating the LabelContent
Declaration
public object LabelContent { get; set; }
Property Value
Type |
---|
System.Object |