ShapeStrokeDashArray Property

Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to outline shapes.

Definition

Namespace: Avalonia.Controls.Shapes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AvaloniaList<double>? StrokeDashArray { get; set; }

Property Value

AvaloniaListDouble

See Also