ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / LayoutOrientation Enumeration

In This Topic
    LayoutOrientation Enumeration
    In This Topic
    Defines the different methods of arranging the groups or elements.
    Syntax
    'Declaration
     
    
    Public Enum LayoutOrientation 
       Inherits System.Enum
    public enum LayoutOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalGroups or elements are horizontally stacked.
    VerticalGroups or elements are vertically stacked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Tile.LayoutOrientation

    See Also