menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RangeSliderToolTipInfo - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RangeSliderToolTipInfo

    RangeSliderToolTipInfo contains the information about the range slider tooltip.

    Inheritance
    System.Object
    SliderToolTipInfo
    RangeSliderToolTipInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SliderToolTipInfo.OnPropertyChanged(String)
    SliderToolTipInfo.PropertyChanged
    SliderToolTipInfo.ToolTipTemplate
    SliderToolTipInfo.ToolTipText
    Namespace: Syncfusion.UI.Xaml.Sliders
    Assembly: Syncfusion.Sliders.WinUI.dll
    Syntax
    public class RangeSliderToolTipInfo : SliderToolTipInfo, INotifyPropertyChanged

    Constructors

    RangeSliderToolTipInfo()

    Declaration
    public RangeSliderToolTipInfo()

    Properties

    RangeEndValue

    Gets the range end value.

    Declaration
    public double RangeEndValue { get; }
    Property Value
    Type Description
    System.Double

    It contains the range end's value.

    RangeStartValue

    Gets the range start value.

    Declaration
    public double RangeStartValue { get; }
    Property Value
    Type Description
    System.Double

    It contains the range start's value.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved