Points Property
Gets or sets the points.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public IList<Point> Points { get; set; }
Public Property Points As IList(Of Point)
Get
Set
member Points : IList<Point> with get, set