DiagramNode.Root Property
Returns a DiagramNode object that represents the root diagram node to which the source diagram node belongs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Root As DiagramNode
Get
'Usage
Dim instance As DiagramNode
Dim value As DiagramNode
value = instance.Root
DiagramNode Root { get; }
Property Value
Type: Microsoft.Office.Interop.Word.DiagramNode