PolyBezierSegmentPoints Property

Gets or sets the Point collection that defines this PolyBezierSegment object.

Definition

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

Property Value

Points
The points.

See Also