Class SliderTooltipLabelCreatedEventArgs
Provides the event data for the tooltip label creation event.
Inheritance
System.Object
SliderTooltipLabelCreatedEventArgs
Namespace: Syncfusion.Maui.Sliders
Assembly: Syncfusion.Maui.Sliders.dll
Syntax
public class SliderTooltipLabelCreatedEventArgs : Object
Constructors
SliderTooltipLabelCreatedEventArgs()
Declaration
public SliderTooltipLabelCreatedEventArgs()
Properties
FontAttributes
Gets or sets the text style for the individual text. This has been used to customize the text styles.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.FontAttributes |
FontFamily
Gets or sets the text style for the individual text. This has been used to customize the text styles.
Declaration
public string FontFamily { get; set; }
Property Value
| Type |
|---|
| System.String |
FontSize
Gets or sets the text style for the individual text. This has been used to customize the text styles.
Declaration
public double FontSize { get; set; }
Property Value
| Type |
|---|
| System.Double |
Text
Get or sets the text which represents the labels for the tooltip.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
TextColor
Gets or sets the text style for the individual text. This has been used to customize the text styles.
Declaration
public Color TextColor { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Graphics.Color |