Gets or sets the brush used as foreground of the selected text.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)

Syntax

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

See Also