Click or drag to resize

LineCapBaseDefaultMinimumRelativeSize Property

Gets the default minimum relative size of the cap.

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double DefaultMinimumRelativeSize { get; }

Property Value

Double
The value is multiplied with the pen with to get the minimum absolute size of the cap.
See Also