Enum
StackLayoutVerticalAlign

Defines the alignment of the stack relative to the y axis.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum StackLayoutVerticalAlign

Fields

Bottom

Aligns the inner elements to the bottom.

Declaration

cs-api-definition
Bottom = 2

Field Value

StackLayoutVerticalAlign

Center

Aligns the inner elements to the center.

Declaration

cs-api-definition
Center = 3

Field Value

StackLayoutVerticalAlign

Stretch

Stretches the inner elements vertically.

Declaration

cs-api-definition
Stretch = 0

Field Value

StackLayoutVerticalAlign

Top

Aligns the inner elements to the top.

Declaration

cs-api-definition
Top = 1

Field Value

StackLayoutVerticalAlign

In this article
DefinitionFieldsBottomCenterStretchTop
Not finding the help you need?
Contact Support