LineCapBaseIsDefaultStyle Method |
Determines whether the specified cap is the default style.
Namespace: Altaxo.Drawing.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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