DXPopup.VerticalAlignment Property
Namespace: DevExpress.XamarinForms.Popup
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public PopupVerticalAlignment VerticalAlignment { get; set; }
Property Value
| Type |
|---|
| PopupVerticalAlignment |
Available values:
| Name |
|---|
| Default |
| Top |
| Center |
| Bottom |
See Also