MiterLimit Property

Summary
Gets or sets the pen miter limit value.
Syntax
C#
C++/CLI
public double MiterLimit { get; set; } 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.