Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
StrokeMiterLimit Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectBase Class : StrokeMiterLimit Property





Gets or sets a limit on the ratio of the miter length to half the AnnObjectBase.StrokeThickness of AnnObjectBase element. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property StrokeMiterLimit As Double
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim value As Double
 
instance.StrokeMiterLimit = value
 
value = instance.StrokeMiterLimit
C# 
public double StrokeMiterLimit {get; set;}
C++/CLI 
public:
property double StrokeMiterLimit {
   double get();
   void set (double value);
}
XAML Attributes Usage 

<object StrokeMiterLimit=double .../>

Dependencies Property Information 

Identifier field

StrokeMiterLimitProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Attributes Usage 

<object StrokeMiterLimit=double .../>

Dependencies Property Information 

Identifier field

StrokeMiterLimitProperty

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.

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnAutomationManager.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

StrokeMiterLimit requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.