Click or drag to resize

PenIHandlerSetDashStyle Method

Sets the dash style of the pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetDashStyle(
	Pen widget,
	DashStyle dashStyle
)

Parameters

widget
Type: Eto.DrawingPen
Pen to set the dash style
dashStyle
Type: Eto.DrawingDashStyle
Dash style to set to the pen
See Also