Share via


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

适用于

另请参阅