ComponentOne FinancialChart for WPF
C1.WPF 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 Orientation
    'Usage
     
    
    Dim instance As C1RangeSlider
    Dim value As Orientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public Orientation Orientation {get; set;}
    public:
    property Orientation Orientation {
       Orientation get();
       void set (    Orientation value);
    }
    See Also