Share via


MapTileSource.AllowOverstretch Proprietà

Definizione

Ottiene o imposta un valore che specifica se estendere il riquadro corrente durante il download di un riquadro con risoluzione superiore.

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

Valore della proprietà

Boolean

bool

true per estendere il riquadro corrente mentre viene scaricato un riquadro con risoluzione superiore; in caso contrario, false.

Si applica a

Vedi anche