PenMiterLimit Property

If the LineJoin is Miter, then gets or sets the limit for the ratio of the miter length to half the Width that determines whether the join is beveled or mitered. Makes a difference only if the Width is greater than 1.
Default value: 10.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public float MiterLimit { get; set; }

Property Value

Single

See Also