Enum D2D1DashStyle
Describes the sequence of dashes and gaps in a stroke.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1DashStyle
Fields
Name | Description |
---|---|
Custom | The dash pattern is specified by an array of floating-point values. |
Dash | A dash followed by a gap of equal length. The dash and the gap are each twice as long as the stroke thickness. |
DashDot | A dash, followed by a gap, followed by a dot, followed by another gap. |
DashDotDot | A dash, followed by a gap, followed by a dot, followed by another gap, followed by another dot, followed by another gap. |
Dot | A dot followed by a longer gap. |
Solid | A solid line with no breaks. |