Overload | Description |
---|---|
Background Constructor() | Initializes a new instance of the Background class. |
Background Constructor(Brush) | Initializes a new instance of the Background object with a Brush. |
Background Constructor(Color) | Initializes a new instance of the Background object with a color. |
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(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. |