Interface IDashStyle
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
Offset
Gets or sets how far in the dash sequence the stroke will start.
double Offset { get; }