menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridVerticalAlignment - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum GridVerticalAlignment

    Specifies the vertical alignment of an object or text in a cell.

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridVerticalAlignment
    Remarks

    The GridVerticalAlignment enumeration represents the different vertical alignment options for contents of a cell that you can specify with the VerticalAlignment property of the GridStyleInfo class.

    Fields

    Name Description
    Bottom

    Specifies that the contents of a control are aligned with the bottom.

    Middle

    Specifies that the contents of a cell are aligned with the center.

    Top

    Specifies that the contents of a cell are aligned with the top.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved