Click or drag to resize
ShapeStrokeMiterLimit Property
Gets or sets a limit on the ratio of the miter length to half the StrokeThickness of a Shape element. This value is always a positive number that is greater than or equal to 1.

Namespace: Windows.UI.Xaml.Shapes
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public double StrokeMiterLimit { get; set; }

Property Value

Type: Double
See Also