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

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