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

In This Topic
    ExpandDirection Property (C1AccordionPanel)
    In This Topic
    Gets or sets the direction of the items.
    Syntax
    'Declaration
     
    
    Public Property ExpandDirection As C1.Silverlight.C1ExpandDirection
    public C1.Silverlight.C1ExpandDirection ExpandDirection {get; set;}
    See Also