Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HorizontalAlignment - Xamarin.Android 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.Android
    Assembly: Syncfusion.SfDiagram.Android.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 Description
    HorizontalAlignment

    Left

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

    Declaration
    public const HorizontalAlignment Left
    Field Value
    Type Description
    HorizontalAlignment

    Right

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

    Declaration
    public const HorizontalAlignment Right
    Field Value
    Type Description
    HorizontalAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved