MapTileSource.IsRetryEnabled Property

Definition

Gets or sets a value that indicates whether retry is enabled for the tiles.

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

Property Value

Boolean

bool

true if retry is enabled for the tiles; otherwise, false.

Applies to

See also