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