Skip to main content

AppearanceObject.Image Property

Gets or sets the background image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image Image { get; set; }

Property Value

Type Default Description
Image *null*

A Image object specifying the background image.

Remarks

Setting the Image property to a null reference automatically sets the AppearanceOptions.UseImage property to false. If this property is set to false and the current appearance object has a parent, the parent’s background image is used.

Use the AppearanceObject.GetImage method to obtain the background image specified by the appearance object’s settings.

See Also