Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

MiterLimit Property






Gets or sets the pen miter limit value.
Syntax
public double MiterLimit {get; set;}
'Declaration
 
Public Property MiterLimit As Double
'Usage
 
Dim instance As D2DPen
Dim value As Double
 
instance.MiterLimit = value
 
value = instance.MiterLimit

            

            
public:
property double MiterLimit {
   double get();
   void set (    double value);
}

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

Error processing SSI file