Back to Devexpress

ItemImageLocation Enum

windowsforms-devexpress-dot-xtrabars-dot-ribbon-25e2a85e.md

latest1.1 KB
Original Source

ItemImageLocation Enum

Contains values that specify how an image is displayed next to a text region.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ItemImageLocation
vb
Public Enum ItemImageLocation

Members

NameDescription
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

ItemImageLocation

DevExpress.XtraBars.Ribbon Namespace