Page.BackgroundImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
BackgroundImage is obsolete as of 4.0.0. Please use BackgroundImageSource instead.
Identifies the image used as a background for the Page.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("BackgroundImage is obsolete as of 4.0.0. Please use BackgroundImageSource instead.")]
public string BackgroundImage { get; set; }
member this.BackgroundImage : string with get, set
Property Value
System.String
- Attributes
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute