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