Gets or sets the limit of the thickness of the join on a mitered corner.
public virtual float MiterLimit {get; set;}
'Declaration
Public Overridable Property MiterLimit As Single
'Usage
Dim instance As AnnPen
Dim value As Single
instance.MiterLimit = value
value = instance.MiterLimit
public:
virtual property float MiterLimit {
float get();
void set ( float 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 Unit value for the Width property.