menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ShapeVerticalAlignment

    Specifies vertical alignment of a shape.

    Inheritance
    System.Object
    ShapeVerticalAlignment
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class ShapeVerticalAlignment : Enum

    Fields

    Bottom

    The object is aligned to the bottom of the reference origin.

    Declaration
    public const ShapeVerticalAlignment Bottom
    Field Value
    Type
    ShapeVerticalAlignment

    Center

    The object is centered relative to the reference origin.

    Declaration
    public const ShapeVerticalAlignment Center
    Field Value
    Type
    ShapeVerticalAlignment

    Inline

    The object is aligned to the in line of the reference origin.

    Declaration
    public const ShapeVerticalAlignment Inline
    Field Value
    Type
    ShapeVerticalAlignment

    Inside

    The object is aligned to the inside of the reference origin.

    Declaration
    public const ShapeVerticalAlignment Inside
    Field Value
    Type
    ShapeVerticalAlignment

    None

    The object is explicitly positioned using position properties.

    Declaration
    public const ShapeVerticalAlignment None
    Field Value
    Type
    ShapeVerticalAlignment

    Outside

    The object is aligned to the outside of the reference origin.

    Declaration
    public const ShapeVerticalAlignment Outside
    Field Value
    Type
    ShapeVerticalAlignment

    Top

    The object is aligned to the top of the reference origin.

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