Skip to main content
All docs
V24.2

DXPen.DashPattern Property

Gets or sets an array of custom dashes and spaces.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public float[] DashPattern { get; set; }

Property Value

Type Description
Single[]

An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.

See Also