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)

Namespace: TallComponents.PDF.Pens
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public double MiterLimit { get; set; }
Visual Basic
Public Property MiterLimit As Double
	Get
	Set

Remarks

Meaningfull when JoinStyle is LineJoinStyle.Miter only.

See Also