Click or drag to resize

LineCapBaseMinimumAbsoluteSizePt Property

Gets the minimum absolute size of the line cap in points (1/72 inch).

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual double MinimumAbsoluteSizePt { get; }

Property Value

Double
The minimum absolute size of the line cap in points (1/72 inch).

Implements

ILineCapMinimumAbsoluteSizePt
See Also