menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class OfficeHorizontalAlignment

    Specifies the horizontal alignment of text in a text frame.

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

    Fields

    Center

    Indicates the text is aligned centered horizontally.

    Declaration
    public const OfficeHorizontalAlignment Center
    Field Value
    Type
    OfficeHorizontalAlignment

    CenterMiddle

    Indicates the text is aligned centered middle horizontally.

    Declaration
    public const OfficeHorizontalAlignment CenterMiddle
    Field Value
    Type
    OfficeHorizontalAlignment

    Left

    Indicates the text is aligned left horizontally.

    Declaration
    public const OfficeHorizontalAlignment Left
    Field Value
    Type
    OfficeHorizontalAlignment

    LeftMiddle

    Indicates the text is aligned left middly horizontally.

    Declaration
    public const OfficeHorizontalAlignment LeftMiddle
    Field Value
    Type
    OfficeHorizontalAlignment

    Right

    Indicates the text is aligned right horizontally.

    Declaration
    public const OfficeHorizontalAlignment Right
    Field Value
    Type
    OfficeHorizontalAlignment

    RightMiddle

    Indicates the text is aligned right middle horizontally.

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