Gets or sets the node's outline points.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public List<Point> Points { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Points As List(Of Point) |
A collection of points.
See Also