Click or drag to resize

LineCapBaseIsDefaultStyle Method

Determines whether the specified cap is the default style.

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsDefaultStyle(
	ILineCap cap
)

Parameters

cap  ILineCap
The cap to test.

Return Value

Boolean
if the cap is the default style; otherwise, .
See Also