[]
Class that describe a background-image.
public class C1StyleBackgroundImage
Public Class C1StyleBackgroundImage
| Name | Description |
|---|---|
| C1StyleBackgroundImage(C1StyleBackgroundImageKind) | Initializes a new instance of the C1StyleLength struct. |
| Name | Description |
|---|---|
| Inherit | Gets the inherit background-image. |
| Initial | Gets the initial background-image. |
| Kind | Gets the kind of background-image. |
| None | Gets the none background-image. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| Parse(string) | Parses the text and returns a background-image. |
| ToString() | |
| TryParse(string, out C1StyleBackgroundImage) | Tries to parse the specified |
| Name | Description |
|---|---|
| operator ==(C1StyleBackgroundImage, C1StyleBackgroundImage) | Compares two C1StyleBackgroundImage structures for equality. |
| implicit operator C1StyleBackgroundImage(string) | Casting operator to convert a string into a C1StyleFontSize. |
| operator !=(C1StyleBackgroundImage, C1StyleBackgroundImage) | Compares two C1StyleBackgroundImage structures for inequality. |