Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Pens.PenModel

PenModel.MiterLimit Property

The Miter Limit imposes a maximum on the ratio of the miter length to the line width.
When the limit is exceeded, the join is converted from a miter to a bevel. (default = 10.0)

csharp
public double MiterLimit { get; set; }

Property Value

System.Double

Remarks

Meaningful when JoinStyle is LineJoinStyle.Miter only.