BaseLayerVirtualExtension 属性 |
使用虚拟拓展(该属性并非所有图层都有效)
命名空间:
GISShare.SMap.WPF.Layer
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool VirtualExtension { get; set; }
Public Property VirtualExtension As Boolean
Get
Set
public:
virtual property bool VirtualExtension {
bool get () sealed;
void set (bool value) sealed;
}
abstract VirtualExtension : bool with get, set
override VirtualExtension : bool with get, set
属性值
类型:
Boolean实现
ILayerVirtualExtension
参见