MapTile.TileData 屬性

定義

取得或設定圖格的影像資料。

public:
 property System::String ^ TileData { System::String ^ get(); void set(System::String ^ value); };
public string TileData { get; set; }
member this.TileData : string with get, set
Public Property TileData As String

屬性值

String

string 值。

備註

這個屬性的值必須是 Base-64 編碼的字串

適用於