PathFigureSegments Property

Gets or sets the segments.

Definition

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

Property Value

PathSegments
The segments.

See Also