ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class
Members

In This Topic
    C1RangeSlider Class
    In This Topic
    The C1RangeSlider control enables the end-user to select two values from a range by moving two Thumb controls along a track.
    Object Model
    C1RangeSlider Class
    Syntax
    'Declaration
     
    
    Public Class C1RangeSlider 
       Inherits Windows.UI.Xaml.Controls.Control
    public class C1RangeSlider : Windows.UI.Xaml.Controls.Control 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.C1RangeSlider

    See Also