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