Defines the alignment of the gridLayout relative to the x axis.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum GridLayoutHorizontalAlign
Fields
Aligns the inner elements to the center.
C#
Center = 3
Aligns the inner elements to the left.
C#
Left = 2
Aligns the inner elements to the right.
C#
Right = 1
Stretches the inner elements horizontally.
C#
Stretch = 0