PolylineGeometryPoints Property

Gets or sets the figures.

Definition

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

Property Value

IListPoint
The points.

See Also