Enum
GridLayoutHorizontalAlign

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

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridLayoutHorizontalAlign

Fields

Center

Aligns the inner elements to the center.

Declaration

cs-api-definition
Center = 3

Field Value

GridLayoutHorizontalAlign

Left

Aligns the inner elements to the left.

Declaration

cs-api-definition
Left = 2

Field Value

GridLayoutHorizontalAlign

Right

Aligns the inner elements to the right.

Declaration

cs-api-definition
Right = 1

Field Value

GridLayoutHorizontalAlign

Stretch

Stretches the inner elements horizontally.

Declaration

cs-api-definition
Stretch = 0

Field Value

GridLayoutHorizontalAlign

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