ArcGIS Runtime SDK for WPF - Library Reference
MiterLimit Property
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.