EditBase.IconVerticalAlignment Property
Gets or sets the vertical alignment of icons.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public LayoutAlignment IconVerticalAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| LayoutAlignment | Icon alignment. |
See Also