Visual Basic (Declaration) | |
---|---|
Public Property StrokeMiterLimit As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double StrokeMiterLimit {get; set;} |
XAML Attributes Usage | |
---|---|
<object StrokeMiterLimit=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
XAML Attributes Usage | |
---|---|
<object StrokeMiterLimit=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsMeasure, AffectsRender |
Return Value
The limit on the ratio of the miter length to the StrokeThickness of an object element. This value is always a positive number that is greater than or equal to 1.For XAML example, refer to AnnPolygonObject.
For C#/VB examples, refer to AnnAutomationManager.
If this AnnObjectBase does not support strokes (AnnObjectBase.SupportsStroke value is false), setting this property to any value will be ignoreed.
A miter forms a corner by beveling the ends of two joined lines. When two line segments meet at a sharp angle, the miter may extend beyond the thickness of the line that strokes the path.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family