IDashStyle Interface

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

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[NotClientImplementableAttribute]
public interface IDashStyle

Properties

Dashes Gets or sets the length of alternating dashes and gaps.
Offset Gets or sets how far in the dash sequence the stroke will start.

Extension Methods

ToImmutable Converts a dash style to an immutable dash style.
(Defined by BrushExtensions)

See Also