ComponentOne ASP.NET MVC Controls
StrokeLinecap Property

C1.Web.Mvc Namespace > SVGStyle Class : StrokeLinecap Property
A value that indicates the stroke line cap, possible values: ["butt", "square", "round"]
Syntax
'Declaration
 
<JsonAttribute("stroke-linecap")>
Public Property StrokeLinecap As String
[Json("stroke-linecap")]
public string StrokeLinecap {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members