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