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

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Nullable<Color> Background { get; set; }

Property Value

Type: NullableColor
The background color.
Remarks
If a control is in this state, then the Background property is set to this value (unless this value is ).
See Also