ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorItemBase Class / StrokeMiterLimit Property

In This Topic
    StrokeMiterLimit Property (C1VectorItemBase)
    In This Topic
    Gets or sets the limit on the ratio of the miter length to half the stroke thickness of the shape.
    Syntax
    'Declaration
     
    Public Property StrokeMiterLimit As System.Double
    public System.double StrokeMiterLimit {get; set;}
    Remarks
    Defualt value is 1. This value is always a positive number that is greater than or equal to 1.
    See Also