ShapeNode.Points Property

Definition

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

public:
 property System::Object ^ Points { System::Object ^ get(); };
public object Points { get; }
Public ReadOnly Property Points As Object

Property Value

Remarks

Use the SetPosition(Int32, Single, Single) method to set the value of this property.

Applies to