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