다음을 통해 공유


MapTileSource.IsRetryEnabled 속성

정의

타일에 대해 재시도를 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

타일에 대해 재시도를 사용하도록 설정하면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보