Back to Devexpress

AppearanceStyleBase.BackgroundImage Property

aspnet-devexpress-dot-web-dot-appearancestylebase-79b6a944.md

latest1.3 KB
Original Source

AppearanceStyleBase.BackgroundImage Property

Gets the background image defined by the current style.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BackgroundImage BackgroundImage { get; }
vb
Public Overridable ReadOnly Property BackgroundImage As BackgroundImage

Property Value

TypeDescription
BackgroundImage

A BackgroundImage object that represents the background image.

|

Remarks

Use the BackgroundImage property to access the settings of an image which should be displayed as the background of the corresponding object which the current style applies to.

See Also

AppearanceStyleBase Class

AppearanceStyleBase Members

DevExpress.Web Namespace