ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / ExpandDirection Property

In This Topic
    ExpandDirection Property
    In This Topic
    Determines the content expand direction. Available values are top, right, bottom, and left.
    Syntax
    'Declaration
     
    Public Property ExpandDirection As ExpandDirection
    public ExpandDirection ExpandDirection {get; set;}
    See Also