Table of Contents

Interface IDashStyle

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Represents the sequence of dashes and gaps that will be applied by a Pen.

[NotClientImplementable]
public interface IDashStyle
Extension Methods

Properties

Dashes

Gets or sets the length of alternating dashes and gaps.

IReadOnlyList<double>? Dashes { get; }

Property Value

IReadOnlyList<double>

Offset

Gets or sets how far in the dash sequence the stroke will start.

double Offset { get; }

Property Value

double