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

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