Path.StrokeMiterLimit

Path.StrokeMiterLimit property

Gets or sets the stroke miter limit. The ratio between the maximum miter length and half of the stroke thickness. This value is significant only if the StrokeLineJoin attribute specifies Miter.

public double StrokeMiterLimit { get; set; }

See Also