Skip to main content
All docs
V24.2

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.v24.2.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