DXPopup.HorizontalAlignment Property
Namespace: DevExpress.XamarinForms.Popup
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public PopupHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
| Type |
|---|
| PopupHorizontalAlignment |
Available values:
| Name |
|---|
| Default |
| Left |
| Center |
| Right |
| Stretch |
See Also