Gets or sets the foreground for WaitingBar.

Namespace:  BeeMobile.WaitingBar
Assembly:  BeeMobile.WaitingBar.WP7 (in BeeMobile.WaitingBar.WP7.dll) Version: 7.0.0.3

Syntax

C#
public Color TextColor { get; set; }
Visual Basic (Declaration)
Public Property TextColor As Color
Visual C++
public:
property Color TextColor {
	Color get ();
	void set (Color value);
}

See Also