| ThemeStateForeground Property |
Gets or sets the foreground color.
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Nullable<Color> Foreground { get; set; }
Public Property Foreground As Nullable(Of Color)
Get
Set
public:
property Nullable<Color> Foreground {
Nullable<Color> get ();
void set (Nullable<Color> value);
}
member Foreground : Nullable<Color> with get, set
Property Value
Type:
NullableColorThe foreground color.
Remarks
If a control is in this state, then the
Foreground property is set
to this value (unless this value is
).
See Also