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

In This Topic
    Node Property (C1TextPointer)
    In This Topic
    XmlNode which contains the text pointer.
    Syntax
    'Declaration
     
    Public ReadOnly Property Node As System.Xml.XmlNode
    public System.Xml.XmlNode Node {get;}
    See Also