[]
Kind of background-image.
public enum C1StyleBackgroundImageKind
Public Enum C1StyleBackgroundImageKind
| Name | Description |
|---|---|
| Inherit | Inherits this property from its parent element. |
| Initial | Sets this property to its default value. |
| LinearGradient | Sets a linear gradient as the background image. Define at least two colors (top to bottom) |
| None | No background image will be displayed. |
| RadialGradient | Sets a radial gradient as the background image. Define at least two colors (center to edges) |
| RepeatingLinearGradient | Repeats a linear gradient |
| RepeatingRadialGradient | Repeats a radial gradient |
| Url | The URL to the image. To specify more than one image, separate the URLs with a comma |