Back to Devexpress

AppearanceObject.Image Property

windowsforms-devexpress-dot-utils-dot-appearanceobject-2fe17717.md

latest1.4 KB
Original Source

AppearanceObject.Image Property

This property is obsolete. Gets or sets the background image.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Image Image { get; set; }
vb
<DXCategory("Appearance")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property Image As Image

Property Value

TypeDefaultDescription
Image*null*

A Image object specifying the background image.

|

See Also

ParentAppearance

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace