Gets the dashes and gaps for this style
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public float[] Dashes { get; }
Public ReadOnly Property Dashes As Single()
Get
member Dashes : float32[] with get
Property Value
Type:
SingleThe dashes to use for a pen
Remarks
The values specified are the dash lengths and gap lengths in alternating order.
The lengths are multiplied by the thickness of the pen.
For example, values of 2, 1 would have a dash of (2 * thickness) followed by a gap of (1 * thickness).
See Also