MapTileSource.AllowOverstretch 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會指定是否要在下載高解析度磚時延展目前的磚。
public:
property bool AllowOverstretch { bool get(); void set(bool value); };
bool AllowOverstretch();
void AllowOverstretch(bool value);
public bool AllowOverstretch { get; set; }
var boolean = mapTileSource.allowOverstretch;
mapTileSource.allowOverstretch = boolean;
Public Property AllowOverstretch As Boolean
屬性值
Boolean
bool
true 表示在下載較高解析度的磚時延展目前的磚;否則為 false。