다음을 통해 공유


MapTileSource.AllowOverstretch 속성

정의

고해상도 타일을 다운로드하는 동안 현재 타일을 늘릴지 여부를 지정하는 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

true 이면 고해상도 타일을 다운로드하는 동안 현재 타일을 확장합니다. 그렇지 않으면 false입니다.

적용 대상

추가 정보