Click or drag to resize
DigitalRuneUIControlForeground Property
Gets or sets the foreground color. This is a game object property.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public Color Foreground { get; set; }

Property Value

Type: Color
The foreground color.
Remarks
How this property is used depends on the control type.
See Also