Class PopupPosition
Enum for specifying the position of a popup which placement target is horizontally stretched.
Inheritance
Namespace: Telerik.XamarinForms.Input.AutoCompleteView
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public sealed class PopupPosition : Enum
Fields
Auto
A position of the Popup where the control aligns its upper edge with the lower edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget. If the lower screen-edge obscures the Popup, the control repositions itself so that its lower edge aligns with the upper edge of the PlacementTarget. If the upper screen-edge obscures the Popup, the control then repositions itself so that its upper edge aligns with the lower edge of the PlacementTarget and constraint its height.
Declaration
public const PopupPosition Auto
Field Value
PopupPosition
|
Bottom
A position of the Popup control where the control aligns its upper edge with the lower edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget.
Declaration
public const PopupPosition Bottom
Field Value
PopupPosition
|
Top
A position of the Popup where the control aligns its lower edge with the upper edge of the PlacementTarget and aligns its left edge with the left edge of the PlacementTarget.
Declaration
public const PopupPosition Top
Field Value
PopupPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|