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
)
Sub SetDashStyle (
widget As Pen,
dashStyle As DashStyle
)
abstract SetDashStyle :
widget : Pen *
dashStyle : DashStyle -> unit
Parameters
- widget
- Type: Eto.DrawingPen
Pen to set the dash style - dashStyle
- Type: Eto.DrawingDashStyle
Dash style to set to the pen
See Also