AvalonEdit
Text Property
NamespacesICSharpCode.AvalonEdit.Indentation.CSharpTextDocumentAccessorText
Gets/Sets the text of the current line.
Declaration Syntax
C#Visual BasicVisual C++
public string Text { get; set; }
Public Property Text As String
	Get
	Set
public:
virtual property String^ Text {
	String^ get () sealed;
	void set (String^ value) sealed;
}

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