menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OfficeVerticalAlignment - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OfficeVerticalAlignment

    Specifies the vertical alignment of text in a text frame.

    Inheritance
    System.Object
    OfficeVerticalAlignment
    Namespace: Syncfusion.OfficeChart
    Assembly: Syncfusion.OfficeChart.Portable.dll
    Syntax
    public sealed class OfficeVerticalAlignment : Enum

    Fields

    Bottom

    Aligns text to bottom of text frame.

    Declaration
    public const OfficeVerticalAlignment Bottom
    Field Value
    Type
    OfficeVerticalAlignment

    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.

    Declaration
    public const OfficeVerticalAlignment BottomCentered
    Field Value
    Type
    OfficeVerticalAlignment

    Middle

    Centers text vertically.

    Declaration
    public const OfficeVerticalAlignment Middle
    Field Value
    Type
    OfficeVerticalAlignment

    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.

    Declaration
    public const OfficeVerticalAlignment MiddleCentered
    Field Value
    Type
    OfficeVerticalAlignment

    Top

    Aligns text to top of text frame.

    Declaration
    public const OfficeVerticalAlignment Top
    Field Value
    Type
    OfficeVerticalAlignment

    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.

    Declaration
    public const OfficeVerticalAlignment TopCentered
    Field Value
    Type
    OfficeVerticalAlignment
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved