PolyLineSegmentPoints Property

Gets or sets the points.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IList<Point> Points { get; set; }

Property Value

IListPoint
The points.

See Also