In This Topic
A value that indicates the stroke line join method, possible values: ["bevel", "round", "miter"]
Syntax
'Declaration
<JsonAttribute("stroke-linejoin")>
Public Property StrokeLinejoin As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.StrokeLinejoin = value
value = instance.StrokeLinejoin
[Json("stroke-linejoin")]
public System.string StrokeLinejoin {get; set;}
public read-write property StrokeLinejoin: System.String;
JsonAttribute("stroke-linejoin")
public function get,set StrokeLinejoin : System.String
[Json("stroke-linejoin")]
public: __property System.string* get_StrokeLinejoin();
public: __property void set_StrokeLinejoin(
System.string* value
);
[Json("stroke-linejoin")]
public:
property System.String^ StrokeLinejoin {
System.String^ get();
void set ( System.String^ value);
}
See Also