Skip to main content
All docs
V24.2

DXPen.MiterLimit Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

Declaration

public float MiterLimit { get; set; }

Property Value

Type Description
Single

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

See Also