'Declaration
<JsonAttribute("stroke-width")> Public Property StrokeWidth As Nullable(Of Integer)
[Json("stroke-width")] public Nullable<int> StrokeWidth {get; set;}
'Declaration
<JsonAttribute("stroke-width")> Public Property StrokeWidth As Nullable(Of Integer)
[Json("stroke-width")] public Nullable<int> StrokeWidth {get; set;}