Gets or sets the last point in the collection.
Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public Point Last { get; set; } |
Visual Basic Copy Code |
---|
Public Property Last As Point |
An IndexOutOfRangeException will be thrown if the collection is empty.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |