menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ShapeHorizontalAlignment

    Specifies the horizontal alignment of a shape.

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

    Fields

    Center

    The object is centered to the reference origin.

    Declaration
    public const ShapeHorizontalAlignment Center
    Field Value
    Type
    ShapeHorizontalAlignment

    Inside

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

    Declaration
    public const ShapeHorizontalAlignment Inside
    Field Value
    Type
    ShapeHorizontalAlignment

    Left

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

    Declaration
    public const ShapeHorizontalAlignment Left
    Field Value
    Type
    ShapeHorizontalAlignment

    None

    The object is explicitly positioned using position properties.

    Declaration
    public const ShapeHorizontalAlignment None
    Field Value
    Type
    ShapeHorizontalAlignment

    Outside

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

    Declaration
    public const ShapeHorizontalAlignment Outside
    Field Value
    Type
    ShapeHorizontalAlignment

    Right

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

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