Class LayoutOrientation
Defines the orientation of the layout
TopToBottom - Renders the layout from top to bottom
BottomToTop - Renders the layout from bottom to top
LeftToRight - Renders the layout from left to right
RightToLeft - Renders the layout from right to left
Inheritance
System.Object
LayoutOrientation
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LayoutOrientation : Enum
Fields
BottomToTop
Declaration
public const LayoutOrientation BottomToTop
Field Value
Horizontal
Declaration
public const LayoutOrientation Horizontal
Field Value
LeftToRight
Declaration
public const LayoutOrientation LeftToRight
Field Value
RightToLeft
Declaration
public const LayoutOrientation RightToLeft
Field Value
TopToBottom
Declaration
public const LayoutOrientation TopToBottom
Field Value
Vertical
Declaration
public const LayoutOrientation Vertical
Field Value