ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / PanelElement Class / Orientation Property

In This Topic
    Orientation Property (PanelElement)
    In This Topic
    Gets or sets whether the child elements are arranged horizontally or vertically.
    Syntax
    'Declaration
     
    
    Public Property Orientation As LayoutOrientation
    public LayoutOrientation Orientation {get; set;}
    See Also