MapTileSource.AllowOverstretch 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定在下载更高分辨率磁贴时是否拉伸当前磁贴。
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。