Compartir a través de


MapTileSource.IsRetryEnabled Propiedad

Definición

Obtiene o establece un valor que indica si el reintento está habilitado para los iconos.

public:
 property bool IsRetryEnabled { bool get(); void set(bool value); };
bool IsRetryEnabled();

void IsRetryEnabled(bool value);
public bool IsRetryEnabled { get; set; }
var boolean = mapTileSource.isRetryEnabled;
mapTileSource.isRetryEnabled = boolean;
Public Property IsRetryEnabled As Boolean

Valor de propiedad

Boolean

bool

true si el reintento está habilitado para los iconos; de lo contrario, false.

Se aplica a

Consulte también