Class CellVerticalAlignment
Specifies the cell vertical alignment.
Inheritance
System.Object
CellVerticalAlignment
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class CellVerticalAlignment : Enum
Fields
Bottom
Text is aligned to the bottom border of the cell.
Declaration
public const CellVerticalAlignment Bottom
Field Value
Type |
---|
CellVerticalAlignment |
Center
Text is aligned to the center of the cell.
Declaration
public const CellVerticalAlignment Center
Field Value
Type |
---|
CellVerticalAlignment |
Top
Text is aligned to the top border of the cell.
Declaration
public const CellVerticalAlignment Top
Field Value
Type |
---|
CellVerticalAlignment |