AvalonEdit
SelectionBorder Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaSelectionBorder
Gets/Sets the background brush used for the selection.
Declaration Syntax
C#Visual BasicVisual C++
public Pen SelectionBorder { get; set; }
Public Property SelectionBorder As Pen
	Get
	Set
public:
property Pen^ SelectionBorder {
	Pen^ get ();
	void set (Pen^ value);
}

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