ComponentOne TileControl for WinForms
LayoutOrientation Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : LayoutOrientation Enumeration
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

Reference

C1.Win.C1Tile Namespace