ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1LinePanel Class / Reverse Property



In This Topic
    Reverse Property
    In This Topic
    Gets or sets whether the items are arranged top-down/left-right or bottom-up/right-left.
    Syntax
    'Declaration
     
    
    Public Property Reverse As Boolean
    'Usage
     
    
    Dim instance As C1LinePanel
    Dim value As Boolean
     
    instance.Reverse = value
     
    value = instance.Reverse
    public bool Reverse {get; set;}
    public:
    property bool Reverse {
       bool get();
       void set (    bool value);
    }
    See Also