ShapeNode.Points Property

Returns the position of the specified node as a coordinate pair. Each coordinate is expressed in points.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Points As Object
    Get
'Usage
Dim instance As ShapeNode
Dim value As Object

value = instance.Points
Object Points { get; }

Property Value

Type: System.Object

Remarks

Use the SetPosition method to set the location of the node.

See Also

Reference

ShapeNode Interface

ShapeNode Members

Microsoft.Office.Interop.Word Namespace