Enum CellVerticalAlignment
Specifies the cell vertical alignment.
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CellVerticalAlignment
Fields
| Name | Description |
|---|---|
| Bottom | Text is aligned to the bottom border of the cell. |
| Center | Text is aligned to the center of the cell. |
| Top | Text is aligned to the top border of the cell. |