Skip to main content

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)

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

Property Value

AvaloniaList(Double)

See Also

Reference

TextDecoration Class
Avalonia.Media Namespace