←Select platform

StrokeMiterLimit Property

Summary

Gets or sets the limit of the thickness of the join on a mitered corner.

Syntax
C#
VB
Objective-C
C++
Java
public double StrokeMiterLimit { get; set; } 
Public Property StrokeMiterLimit As Double 
@property (nonatomic) double strokeMiterLimit; 
public double getStrokeMiterLimit() 
public void setStrokeMiterLimit(double strokeMiterLimit) 
public:  
   property double StrokeMiterLimit 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The limit of the thickness of the join on a mitered corner. This value uses the same unit of measure as the one used as the Leadtools.LeadLengthD value for the StrokeThickness property.

Requirements

Target Platforms

See Also

Reference

AnnStroke Class

AnnStroke Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly