Click or drag to resize

DashStyleEx(DashStyle) Constructor

Initializes a new instance of the DashStyleEx class from a predefined dash style.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DashStyleEx(
	DashStyle style
)

Parameters

style  DashStyle
The predefined dash style.
See Also