Pen.MiterLimit

Pen.MiterLimit property

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

public float MiterLimit { get; set; }

Property Value

The limit of the thickness of the join on a mitered corner.

Exceptions

exceptioncondition
ArgumentExceptionThe MiterLimit property is set on an immutable Pen, such as those returned by the Pen class.

See Also