MiterLimit Property

Summary

Gets or sets the pen miter limit value.

Syntax
C#
VB
C++
public double MiterLimit { get; set; } 
  
Public Property MiterLimit As Double 
public: 
property double MiterLimit { 
   double get(); 
   void set (    double ); 
} 

Property Value

The miter limit value of the D2DPen.

Remarks

The default value is 10.

The limit of the thickness of the join on a mitered corner. This value is always treated as though it is greater than or equal to 1.0f.

Requirements

Target Platforms

See Also

Reference

D2DPen Class

D2DPen Members

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

Leadtools.Windows.D2DRendering Assembly