menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class RelativePosition

    Positions the popup view relative to the given view.

    Inheritance
    System.Object
    RelativePosition
    Namespace: Syncfusion.XForms.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.XForms.dll
    Syntax
    public sealed class RelativePosition : Enum

    Fields

    AlignBottom

    Displays the popup at the bottom of the given view.

    Declaration
    public const RelativePosition AlignBottom
    Field Value
    Type
    RelativePosition

    AlignBottomLeft

    Displays the popup at the bottom left position of the given view.

    Declaration
    public const RelativePosition AlignBottomLeft
    Field Value
    Type
    RelativePosition

    AlignBottomRight

    Displays the popup at the bottom right position of the given view.

    Declaration
    public const RelativePosition AlignBottomRight
    Field Value
    Type
    RelativePosition

    AlignToLeftOf

    Displays the popup to the left of the given view.

    Declaration
    public const RelativePosition AlignToLeftOf
    Field Value
    Type
    RelativePosition

    AlignTop

    Displays the popup at the top of the given view.

    Declaration
    public const RelativePosition AlignTop
    Field Value
    Type
    RelativePosition

    AlignTopLeft

    Displays the popup at the top left position of the given view.

    Declaration
    public const RelativePosition AlignTopLeft
    Field Value
    Type
    RelativePosition

    AlignTopRight

    Displays the popup at the top right position of the given view.

    Declaration
    public const RelativePosition AlignTopRight
    Field Value
    Type
    RelativePosition

    AlignToRightOf

    Displays the popup to the right of the given view.

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