ImageLocation Enum
In This Article
Contains values that specify how an image is displayed relative to an adjacent text region.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Default | The same as the Image |
Before |
An image is displayed before the text. |
After |
An image is displayed after the text. |
#Passed To
You can pass ImageLocation values to the BaseLayoutItem.CaptionImageLocation property.
See Also