Skip to main content
All docs
V25.1
  • DXCustomLineCapBase.StrokeMiterLimit Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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