AvalonEdit
WordWrapIndentation Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsWordWrapIndentation
Gets/Sets the indentation used for all lines except the first when word-wrapping. The default value is 0.
Declaration Syntax
C#Visual BasicVisual C++
public virtual double WordWrapIndentation { get; set; }
Public Overridable Property WordWrapIndentation As Double
	Get
	Set
public:
virtual property double WordWrapIndentation {
	double get ();
	void set (double value);
}

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