PdfDevice.PdfGraphicContext.MiterLimit

PdfDevice.PdfGraphicContext.MiterLimit property

Sets or gets the maximum length of mitered line joins for stroked paths. This parameter limits the length of “spikes” produced when line segments join at sharp angles.

public override float MiterLimit { get; set; }

See Also