DXSlider.TooltipAppearance Property
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
public DXSliderTooltipAppearance TooltipAppearance { get; set; }
Property Value
Type | Description |
---|---|
DXSliderTooltipAppearance | The tooltip appearance. |
See Also