DXContentPresenter.IconPlacement Property
Gets or sets the icon position within the DXContentPresenter‘s content. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
public Dock IconPlacement { get; set; }
#Property Value
Type | Description |
---|---|
Dock | The icon position. |
Available values:
Name | Description |
---|---|
Left | A child element is positioned on DXDock |
Top | A child element is positioned on DXDock |
Right | A child element is positioned on DXDock |
Bottom | A child element is positioned on DXDock |