Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1TextPointer Class / Offset Property

In This Topic
    Offset Property
    In This Topic
    Returns offset (as number of characters) of the text pointer, in relation to the LeftNode.
    Syntax
    'Declaration
     
    Public ReadOnly Property Offset As System.Integer
    public System.int Offset {get;}
    See Also