Compartilhar via


MapTileSource.AllowOverstretch Propriedade

Definição

Obtém ou define um valor que especifica se o bloco atual deve ser estendido enquanto um bloco de resolução mais alta está sendo baixado.

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 da propriedade

Boolean

bool

true para alongar o bloco atual enquanto um bloco de resolução mais alta está sendo baixado; caso contrário, false.

Aplica-se a

Confira também