DCTRElementCoreAutoRedraw 属性 |
图层每次刷新元素都会进行一次重绘(如果您的图形元素频繁发生变化建议将其设置为TRUE,默认值为FALSE)
命名空间:
GISShare.SMap.WPF.Element
程序集:
GISShare.SMap.WPF (在 GISShare.SMap.WPF.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public bool AutoRedraw { get; set; }
Public Property AutoRedraw As Boolean
Get
Set
public:
virtual property bool AutoRedraw {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoRedraw : bool with get, set
override AutoRedraw : bool with get, set
属性值
类型:
Boolean实现
ICTRElementCoreAutoRedraw
参见