AvalonEdit
BreakAfter Property
NamespacesICSharpCode.AvalonEdit.RenderingFormattedTextElementBreakAfter
Gets/sets the line break condition after the element. The default is 'BreakPossible'.
Declaration Syntax
C#Visual BasicVisual C++
public LineBreakCondition BreakAfter { get; set; }
Public Property BreakAfter As LineBreakCondition
	Get
	Set
public:
property LineBreakCondition BreakAfter {
	LineBreakCondition get ();
	void set (LineBreakCondition value);
}

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