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.

Definition

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

Property Value

AvaloniaListDouble

See Also