ASP.NET Pack Programmer's Guide
FreeFormNode.Points Property
See Also
 





Gets or sets the node's outline points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<PointF> Points { get; set; }

Visual Basic  Copy Code

Public Property Points As List(Of PointF)

 Property Value

A collection of points.

 See Also

FreeFormNode Members
FreeFormNode Class
MindFusion.Diagramming Namespace