AvalonEdit
InheritWordWrapIndentation Property
NamespacesICSharpCode.AvalonEditTextEditorOptionsInheritWordWrapIndentation
Gets/Sets whether the indentation is inherited from the first line when word-wrapping. The default value is true.
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool InheritWordWrapIndentation { get; set; }
Public Overridable Property InheritWordWrapIndentation As Boolean
	Get
	Set
public:
virtual property bool InheritWordWrapIndentation {
	bool get ();
	void set (bool value);
}
Remarks
When combined with WordWrapIndentation, the inherited indentation is added to the word wrap indentation.

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