Share via


MapTileSource.AllowOverstretch Properti

Definisi

Mendapatkan atau menetapkan nilai yang menentukan apakah akan meregangkan petak peta saat ini saat petak peta resolusi lebih tinggi sedang diunduh.

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

Nilai Properti

Boolean

bool

true untuk meregangkan petak peta saat ini saat petak peta resolusi lebih tinggi sedang diunduh; jika tidak, salah.

Berlaku untuk

Lihat juga