Share via


MapTileSource.AllowOverstretch Propiedad

Definición

Obtiene o establece un valor que especifica si se debe extender el icono actual mientras se descarga un icono de resolución superior.

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

Valor de propiedad

Boolean

bool

true para estirar el icono actual mientras se descarga un icono de resolución superior; de lo contrario, false.

Se aplica a

Consulte también