Gets or sets the Brush used to fill the border of a text element.

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

Syntax

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

See Also