[]
The base class for different types of theme backgrounds.
public abstract class ThemeBackground
| Name | Description |
|---|---|
| ThemeBackground() |
| Name | Description |
|---|---|
| Transparent | Represents the ThemeSolidBackground with the Color that is transparent. |
| White | Represents the ThemeSolidBackground with the Color that is white. |
| Name | Description |
|---|---|
| BackgroundType | Gets background type. |
| Valid | Gets whether the background is valid. |
| Name | Description |
|---|---|
| GetBrush() | Returns the background brush. |
| GetSolidColor() | Returns Color that can be used instead of background when element does not support special background. |
| SerializeAfterDeserialization(Serializer) | |
| SerializeReadProp(Serializer, string, Type, string) | |
| SerializeReset() | |
| SerializeWrite(Serializer) |