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