ImmutableDashStyleDashes Property

Gets or sets the length of alternating dashes and gaps.

Definition

Namespace: Avalonia.Media.Immutable
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IReadOnlyList<double> Dashes { get; }

Property Value

IReadOnlyListDouble

Implements

IDashStyleDashes

See Also