ToolbarContentItemBase.IconPlacement Property
Gets or sets the icon placement within a ToolbarContentItemBase descendant. This is a bindable property.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Dock IconPlacement { get; set; }
Property Value
Type | Description |
---|---|
Dock | The icon placement. |
Available values:
Name | Description |
---|---|
Left | A child element is positioned on DXDockLayout‘s left. |
Top | A child element is positioned on DXDockLayout‘s top. |
Right | A child element is positioned on DXDockLayout‘s right. |
Bottom | A child element is positioned on DXDockLayout‘s bottom. |
See Also