Class LabelCreatedEventArgs
Class which represents the arguments in label created event.
Inheritance
System.Object
LabelCreatedEventArgs
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class LabelCreatedEventArgs : Object
Constructors
LabelCreatedEventArgs()
Declaration
public LabelCreatedEventArgs()
Properties
LabelContent
Gets or sets object value that describes the content of label in cicular gaueg scale.
Declaration
public object LabelContent { get; set; }
Property Value
Type |
---|
System.Object |