Class SliderLabelCreatedEventArgs
Provides the event data for the label creation event.
Inheritance
System.Object
SliderLabelCreatedEventArgs
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public class SliderLabelCreatedEventArgs : Object
Constructors
SliderLabelCreatedEventArgs()
Declaration
public SliderLabelCreatedEventArgs()
Properties
Style
Gets or sets the text style for the individual text. This has been used to customize the text styles.
Declaration
public SliderLabelStyle Style { get; }
Property Value
Type |
---|
SliderLabelStyle |
Text
Get or sets the text which represents the labels in the Slider, Range Slider and Range Selector.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |