Class RelativePosition
Positions the popup view relative to the given view.
Inheritance
System.Object
RelativePosition
Namespace: Syncfusion.iOS.PopupLayout
Assembly: Syncfusion.SfPopupLayout.iOS.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 |