GraphicContext.MiterLimit

GraphicContext.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 virtual float MiterLimit { get; set; }

See Also