LineStyle(Single, LineDashStyle) Constructor

Constructs a style for a dashed line

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public LineStyle(
	float lineWidth,
	LineDashStyle lineDashStyle
)

Parameters

lineWidth  Single
The line width
lineDashStyle  LineDashStyle
The dash style

See Also