Class StackLayoutOrientation
Defines the orientation of the Stack Layout.
Inheritance
System.Object
StackLayoutOrientation
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class StackLayoutOrientation : Enum
Fields
Horizontal
Orders the inner elements in a horizontal stack.
Declaration
public const StackLayoutOrientation Horizontal
Field Value
StackLayoutOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Orders the inner elements in a vertical stack.
Declaration
public const StackLayoutOrientation Vertical
Field Value
StackLayoutOrientation
|