menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellVerticalAlignment - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved