Pen.DashPattern
Pen.DashPattern property
Gets or sets an array of custom dashes and spaces.
public float[] DashPattern { get; set; }
Return Value
An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.
Exceptions
| exception | condition |
|---|---|
| ArgumentException | The DashPattern property is set on an immutable Pen, such as those returned by the Pens class. |
See Also
- class Pen
- namespace Aspose.Page.Drawing
- assembly Aspose.Page