Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgGraphicsElement Class / StrokeMiterLimit Property

In This Topic
    StrokeMiterLimit Property
    In This Topic
    Gets or sets a limit on the extent of the line join.
    Syntax
    'Declaration
     
    Public Property StrokeMiterLimit As System.Nullable(Of Single)
    public System.Nullable<float> StrokeMiterLimit {get; set;}
    See Also