AvalonEdit
Position Property
NamespacesICSharpCode.AvalonEdit.EditingCaretPosition
Gets/Sets the position of the caret. Retrieving this property will validate the visual column (which can be expensive). Use the Location property instead if you don't need the visual column.
Declaration Syntax
C#Visual BasicVisual C++
public TextViewPosition Position { get; set; }
Public Property Position As TextViewPosition
	Get
	Set
public:
property TextViewPosition Position {
	TextViewPosition get ();
	void set (TextViewPosition value);
}

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