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

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