Gets or sets the brush used to fill the foreground of the selected text.

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

Syntax

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

See Also