DXSlider.TooltipAppearance Property
In This Article
Gets or sets the tooltip appearance. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DXSliderTooltipAppearance TooltipAppearance { get; set; }
#Property Value
Type | Description |
---|---|
DXSlider |
The tooltip appearance. |
See Also