Click or drag to resize

DashStyleOffset Property

Gets the offset of the first dash

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public float Offset { get; }

Property Value

Type: Single
The offset of the first dash, in multiples of pen thickness
Remarks
A value of 1 indicates that the first dash should start at the (1*thickness) of the pen.
See Also