menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class HorizontalAlignment

    Specifies how an object or text in a control is horizontally aligned relative to an element of the control.

    Inheritance
    System.Object
    HorizontalAlignment
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public sealed class HorizontalAlignment : Enum

    Fields

    Center

    The object or text is aligned in the centre of the control element.

    Declaration
    public const HorizontalAlignment Center
    Field Value
    Type
    HorizontalAlignment

    Left

    The object or text is aligned on the left of the control element.

    Declaration
    public const HorizontalAlignment Left
    Field Value
    Type
    HorizontalAlignment

    Right

    The object or text is aligned on the right of the control element.

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