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