AvalonEdit
Offset Property
NamespacesICSharpCode.AvalonEdit.EditingCaretOffset
Gets/Sets the caret offset. Setting the caret offset has the side effect of setting the DesiredXPos to NaN.
Declaration Syntax
C#Visual BasicVisual C++
public int Offset { get; set; }
Public Property Offset As Integer
	Get
	Set
public:
property int Offset {
	int get ();
	void set (int value);
}

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