StrokeDashArray Property
Gets or sets a collection of Double values that indicate the pattern of dashes and gaps that is used to draw the TextDecoration.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.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