alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ToolTipDisplayMode

    Gets or sets a value that indicates how the tooltip is shown in a RangeSlider.

    Inheritance
    System.Object
    ToolTipDisplayMode
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public sealed class ToolTipDisplayMode : Enum

    Fields

    Always

    The tooltip is shown always above the knob.

    Declaration
    public const ToolTipDisplayMode Always
    Field Value
    Type
    ToolTipDisplayMode

    OnFocus

    The tooltip is shown when the thumb is pressed and gets closed on mouse up.

    Declaration
    public const ToolTipDisplayMode OnFocus
    Field Value
    Type
    ToolTipDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved