ItemImageLocation Enum
Contains values that specify how an image is displayed next to a text region.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
The same as the Left option. |
Left
|
An image is displayed to the left of the text. |
Right
|
An image is displayed to the right of the text. |
Top
|
An image is displayed above the text. |
Bottom
|
An image is displayed below the text. |
See Also