[]
Gets or sets the size of the tile.
[JsonConverter(typeof(ColumnWidthConverter))] public string Size { get; set; }
<JsonConverter(GetType(ColumnWidthConverter))> Public Property Size As String