ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RangeSlider Class / Orientation Property

In This Topic
    Orientation Property (C1RangeSlider)
    In This Topic
    The Orientation of the C1RangeSlider.
    Syntax
    'Declaration
     
    Public Property Orientation As Windows.UI.Xaml.Controls.Orientation
    public Windows.UI.Xaml.Controls.Orientation Orientation {get; set;}
    See Also