menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Alignment - API Reference

    Show / Hide Table of Contents

    Class Alignment

    Contains values to the Alignment enumeration that determines the placement of the button at start, end, top, bottom.

    Inheritance
    System.Object
    Alignment
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public sealed class Alignment : Enum

    Fields

    Bottom

    The alignment Bottom

    Declaration
    public const Alignment Bottom
    Field Value
    Type Description
    Alignment

    End

    The alignment end

    Declaration
    public const Alignment End
    Field Value
    Type Description
    Alignment

    Left

    The alignment Left, To position image at left if we mentioned any flow direction

    Declaration
    public const Alignment Left
    Field Value
    Type Description
    Alignment

    Right

    The alignment Right, To position image at right if we mentioned any flow direction

    Declaration
    public const Alignment Right
    Field Value
    Type Description
    Alignment

    Start

    The alignment start

    Declaration
    public const Alignment Start
    Field Value
    Type Description
    Alignment

    Top

    The alignment Top

    Declaration
    public const Alignment Top
    Field Value
    Type Description
    Alignment

    value__

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