Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / C1Accordion Class / ExpandDirection Property

In This Topic
    ExpandDirection Property (C1Accordion)
    In This Topic
    Gets or sets the direction the contained C1AccordionItems expands.
    Syntax
    'Declaration
     
    
    Public Property ExpandDirection As C1.WPF.C1ExpandDirection
    public C1.WPF.C1ExpandDirection ExpandDirection {get; set;}
    See Also