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.

See Also