AvalonEdit
SelectionForeground Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaSelectionForeground
Gets/Sets the foreground brush used selected text.
Declaration Syntax
C#Visual BasicVisual C++
public Brush SelectionForeground { get; set; }
Public Property SelectionForeground As Brush
	Get
	Set
public:
property Brush^ SelectionForeground {
	Brush^ get ();
	void set (Brush^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238