In This Topic
A value that indicates the stroke line cap, possible values: ["butt", "square", "round"]
Syntax
'Declaration
<JsonAttribute("stroke-linecap")>
Public Property StrokeLinecap As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.StrokeLinecap = value
value = instance.StrokeLinecap
[Json("stroke-linecap")]
public System.string StrokeLinecap {get; set;}
public read-write property StrokeLinecap: System.String;
JsonAttribute("stroke-linecap")
public function get,set StrokeLinecap : System.String
[Json("stroke-linecap")]
public: __property System.string* get_StrokeLinecap();
public: __property void set_StrokeLinecap(
System.string* value
);
[Json("stroke-linecap")]
public:
property System.String^ StrokeLinecap {
System.String^ get();
void set ( System.String^ value);
}
See Also