[]
Represents a background image for the style.
public sealed class BackgroundImage : IValidateable, ICloneable
| Name | Description |
|---|---|
| BackgroundImage() | Initializes a new instance of the BackgroundImage class. |
| Name | Description |
|---|---|
| BackgroundRepeat | Gets or sets a value indicating how the background image repeats to fill the available space: vertically (RepeatY), horizontally (RepeatX), both (Repeat), or neither (NoRepeat). |
| MIMEType | Gets or sets the MIMEType for the image. |
| Source | Gets or sets a source of the image. |
| Value | Gets or sets the value of the background image (see Source). |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the BackgroundImage object. |