Click or drag to resize
UpdateDetailsDisplayBackgroundImage Property
Gets or sets the background image displayed in the control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override Image BackgroundImage { get; set; }

Property Value

Type: Image

Return Value

Type: Image
An Image that represents the image to display in the background of the control.
See Also