Click or drag to resize
DigitalRuneThemeStateContentBackground Property
Gets or sets the background color.

Namespace: DigitalRune.Game.UI.Content.Pipeline
Assembly: DigitalRune.Game.UI.Content.Pipeline (in DigitalRune.Game.UI.Content.Pipeline.dll) Version: 1.7.0.0 (1.7.0.14427)
Syntax
public Nullable<Color> Background { get; set; }

Property Value

Type: NullableColor
The background color.
See Also