menu

WinForms

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

    Show / Hide Table of Contents

    Enum OfficeVerticalAlignment

    Specifies the vertical alignment of text in a text frame.

    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Base.dll
    Syntax
    public enum OfficeVerticalAlignment

    Fields

    Name Description
    Bottom

    Aligns text to bottom of text frame.

    BottomCentered

    Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.

    Middle

    Centers text vertically.

    MiddleCentered

    Anchors center of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.

    Top

    Aligns text to top of text frame.

    TopCentered

    Anchors top of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.

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