Click or drag to resize
CanvasStrokeStyleMiterLimit Property
Gets or sets the limit on the ratio of the miter length to half the stroke's thickness.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float MiterLimit { get; set; }

Property Value

Type: Single
See Also