TextDecorationStrokeDashArray Property
Gets or sets a collection of
Double values that indicate the pattern of dashes and gaps
that is used to draw the
TextDecoration.
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public AvaloniaList<double>? StrokeDashArray { get; set; }
Public Property StrokeDashArray As AvaloniaList(Of Double)
Get
Set
member StrokeDashArray : AvaloniaList<float> with get, set
Property Value
AvaloniaListDouble