Visual Basic (Declaration) | |
---|---|
Public Property MiterLimit As Double |
C# | |
---|---|
public double MiterLimit {get; set;} |
A miter forms a corner by beveling the ends of two joined lines. When two line segments meet at a small angle (sharp angle), the miter may extend beyond the thickness of the line that strokes the path.
Property Value
Type: System.DoubleSystem.Double The limit on the ratio of the miter length to the border thickness of a Polyline. This value is always a positive number that is greater than or equal to 1.Target Platforms:Windows Phone 7