Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / ExpandDirectionChangedEventArgs Class / NewOrientation Property

In This Topic
    NewOrientation Property (ExpandDirectionChangedEventArgs)
    In This Topic
    Gets the new value of C1Accordion.Orientation
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewOrientation As Orientation
    public Orientation NewOrientation {get;}
    See Also