menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class VerticalAlignment

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

    Inheritance
    System.Object
    VerticalAlignment
    Namespace: Syncfusion.SfDiagram.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public sealed class VerticalAlignment : Enum

    Fields

    Bottom

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

    Declaration
    public const VerticalAlignment Bottom
    Field Value
    Type
    VerticalAlignment

    Center

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

    Declaration
    public const VerticalAlignment Center
    Field Value
    Type
    VerticalAlignment

    Top

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

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