AvalonEdit
IndentationStrategy Property
NamespacesICSharpCode.AvalonEdit.EditingTextAreaIndentationStrategy
Gets/Sets the indentation strategy used when inserting new lines.
Declaration Syntax
C#Visual BasicVisual C++
public IIndentationStrategy IndentationStrategy { get; set; }
Public Property IndentationStrategy As IIndentationStrategy
	Get
	Set
public:
property IIndentationStrategy^ IndentationStrategy {
	IIndentationStrategy^ get ();
	void set (IIndentationStrategy^ value);
}

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