Class LineSegment
Represents a line segment.
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public class LineSegment : Segment
Constructors
LineSegment()
Declaration
public LineSegment()
Properties
Points
Gets or sets the collection of points.
Declaration
public List<Point> Points { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<Xamarin.Forms.Point> |