Returns a copy of this pen with a different dash cap style.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX WithDashCap(
DashCap value
)
Parameters
- value DashCap
- The new dash cap style.
Return Value
PenXA pen with the updated dash cap style.
See Also