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; }
Public ReadOnly Property Offset As Single
Get
member Offset : float32 with get
Property Value
Type:
SingleThe 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