ShapeNode.Points Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.