ArcGIS API for Windows Phone - Library Reference
MiterLimit Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Symbols Namespace > CartographicLineSymbol Class : MiterLimit Property

Gets or sets a limit on the ratio of the miter length to half the border Thickness.

Syntax

Visual Basic (Declaration) 
Public Property MiterLimit As Double
C# 
public double MiterLimit {get; set;}

Remarks

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.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.