Gets or sets the brush.

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

Syntax

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

Field Value

The brush.

See Also