Share via


MapTileSource.AllowOverstretch 屬性

定義

取得或設定值,這個值會指定是否要在下載高解析度磚時延展目前的磚。

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

適用於

另請參閱