Skip to main content

StrokeStyle.MiterLimit Property

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

Namespace: DevExpress.WinUI.Drawing

Assembly: DevExpress.WinUI.Drawing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(1, Handler = "OnDependencyPropertyChanged")]
public double MiterLimit { get; set; }

Property Value

Type Description
Double

The thickness limit of the join on a mitered corner.

See Also