Click or drag to resize

PenMiterLimit Property

Gets or sets the miter limit on the ratio of the length vs. the Thickness of this pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public float MiterLimit { get; set; }

Property Value

Type: Single
The miter limit of this pen
Remarks
This is only used if the LineJoin style is Miter
See Also