获取或设置交互操作模式。通过该属性的设置,可以确定用户的键盘鼠标交互操作模式,也就是说用于响应用户操作的模式。
命名空间:
SuperMap.UI程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public InteractionMode InteractionMode { get; set; } |