DXButton.IconPlacement Property
In This Article
Gets or sets the icon’s position within the button. This is a dependency property.
Namespace: DevExpress.WinUI.Core
Assembly: DevExpress.WinUI.Core.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Dock | The icon’s position within the button. |
Available values:
Name | Description |
---|---|
Left | The element is located on the left side of its parent. |
Top | The element is located at the top of its parent. |
Right | The element is located on the right side of its parent. |
Bottom | The element is located at the bottom of its parent. |
See Also