Skip to main content
All docs
V26.1
  • DXPen.DashPattern Property

    Gets or sets an array of custom dashes and spaces.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.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