alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum TooltipPlacement

    Defines the placement options for tooltips on the Slider component.

    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum TooltipPlacement
    Remarks

    The TooltipPlacement enum controls where tooltips are positioned relative to the slider handle. The placement is relative to the slider's orientation and affects the tooltip's visibility and user experience.

    Examples
    <SfSlider TValue="int" Value="50">
        <SliderTooltip IsVisible="true" Placement="TooltipPlacement.Before" ShowOn="TooltipShowOn.Hover">
        </SliderTooltip>
    </SfSlider>

    Fields

    Name Description
    After

    Positions the tooltip after the slider handle.

    Before

    Positions the tooltip before the slider handle.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved