Gets or sets the last point in the colleciton.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Point Last { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Last As Point |
The Point object.
See Also