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

    Gets or sets the distance between the start of a line to the start of a dash pattern.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public float DashOffset { get; set; }

    Property Value

    Type Description
    Single

    The distance between the start of a line to the beginning of a dash pattern.

    See Also