XpsPath.StrokeMiterLimit

XpsPath.StrokeMiterLimit property

Returns/sets 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 float StrokeMiterLimit { get; set; }

See Also