Skip to main content
All docs
V23.2

DXCustomLineCapBase.StrokeMiterLimit Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public float StrokeMiterLimit { get; set; }

Property Value

Type Description
Single

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

See Also