Background Constructor
Overload List
Overload | Description |
---|---|
Background Constructor() | Initializes a new instance of the Background class. |
Background Constructor(Color) | Initializes a new instance of the Background object with a color. |
Background Constructor(Brush) | Initializes a new instance of the Background object with a Brush. |
Background Constructor(Color,Color) | Initializes a new instance of the Background object with gradient colors drawn left to right. |
Background Constructor(Color,Color,Single) | Initializes a new instance of the Background object with gradient colors drawn at a specified angle. |
Background Constructor(Color[],Single[],Single) | Initializes a new instance of the Background class. |
Background Constructor(String) | Initializes a new instance of the Background object with a tiled image. |
Background Constructor(String,BackgroundMode) | Initializes a new instance of the Background object with an image and a background mode. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also