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

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

Syntax

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

See Also