EditBase.IconVerticalAlignment Property
Gets or sets the vertical alignment of icons. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public LayoutAlignment IconVerticalAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
LayoutAlignment | Top | The icon’s vertical alignment. |
See Also