PenX3DDashPattern Property |
Gets the dash pattern (or null if this pen doesn't use a dash pattern).
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IDashPattern DashPattern { get; }
Property Value
IDashPattern
The dash pattern that this pen used. If the pen represents a solid line, the return value is null.
See Also