Overload | Description |
---|---|
Background Constructor() | Creates a new background with default values. |
Background Constructor(Boolean) | Creates a new background and whether enabled. |
Background Constructor(String) | Creates a new background with the specified image. |
Background Constructor(String,String) | Creates a new background with the specified images. |
Background Constructor(Background) | Creates a new background with the specified background information. |
Background Constructor(String,String,String,String,String) | Creates a new background with the specified images and image options. |
Background Constructor(SerializationInfo,StreamingContext) | Creates a new background from serialization. |