Gets or sets the Brush to apply to the content of the element.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public Brush Foreground { get; set; }
Visual Basic
Public Property Foreground As Brush
	Get
	Set

See Also