Skip to main content

ImageLocation Enum

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

public enum ImageLocation

#Members

Name Description
Default

The same as the ImageLocation.BeforeText option.

BeforeText

An image is displayed before the text.

AfterText

An image is displayed after the text.

#Passed To

You can pass ImageLocation values to the BaseLayoutItem.CaptionImageLocation property.

See Also