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

In This Topic
    NewOrientation Property (ExpandDirectionChangingEventArgs)
    In This Topic
    Gets the value that C1Accordion.Orientation is about to change to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NewOrientation As Orientation
    public Orientation NewOrientation {get;}
    See Also