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

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

Syntax

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

See Also