Class StackLayoutVerticalAlign
Defines the alignment of the stack relative to the y axis.
Inheritance
System.Object
StackLayoutVerticalAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class StackLayoutVerticalAlign : Enum
Fields
Bottom
Aligns the inner elements to the bottom.
Declaration
public const StackLayoutVerticalAlign Bottom
Field Value
StackLayoutVerticalAlign
|
Center
Aligns the inner elements to the center.
Declaration
public const StackLayoutVerticalAlign Center
Field Value
StackLayoutVerticalAlign
|
Stretch
Stretches the inner elements vertically.
Declaration
public const StackLayoutVerticalAlign Stretch
Field Value
StackLayoutVerticalAlign
|
Top
Aligns the inner elements to the top.
Declaration
public const StackLayoutVerticalAlign Top
Field Value
StackLayoutVerticalAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|