ComponentOne ASP.NET MVC Controls
StrokeMiterlimit Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeMiterlimit Property
A value that indicates the stroke miter limit.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-miterlimit", 
   Name="stroke-miterlimit")>
Public Property StrokeMiterlimit As Nullable(Of Double)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="stroke-miterlimit", 
   Name="stroke-miterlimit")]
public Nullable<double> StrokeMiterlimit {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members