StrokeDashArray 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)
- C#
- VB
- F#
public AvaloniaList<double>? StrokeDashArray { get; set; }
Public Property StrokeDashArray As AvaloniaList(Of Double)
Get
Set
member StrokeDashArray : AvaloniaList<float> with get, set