Shape.

StrokeDashArray Property

Summary

Gets or sets a collection of double values that indicate the pattern of dashes and gaps that is used to outline shapes.
Namespace
Avalonia.Controls.Shapes
Containing Type
Shape

Syntax

public AvaloniaList<double>? StrokeDashArray { get; set; }

Value

Type Description
AvaloniaList<double>?