Enum
StackLayoutHorizontalAlign

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

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum StackLayoutHorizontalAlign

Fields

Center

Aligns the inner elements to the center.

Declaration

cs-api-definition
Center = 3

Field Value

StackLayoutHorizontalAlign

Left

Aligns the inner elements to the left.

Declaration

cs-api-definition
Left = 1

Field Value

StackLayoutHorizontalAlign

Right

Aligns the inner elements to the right.

Declaration

cs-api-definition
Right = 2

Field Value

StackLayoutHorizontalAlign

Stretch

Stretches the inner elements horizontally.

Declaration

cs-api-definition
Stretch = 0

Field Value

StackLayoutHorizontalAlign

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