设置或获取格网是否可捕捉。默认值为 false。
命名空间:
SuperMap.UI程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public bool IsGridSnapable { get; set; } |
备注
该属性的设置与 Paper.Grid 中的IsSnapable属性的功能相同,方便对编辑功能的设置,具体Grid相关的设置请参见Paper.Grid属性及GridSetting的类型成员。
C# |
---|
public bool IsGridSnapable { get; set; } |