获取或设置自定义地图边界是否有效。该属性为true时,ViewEntire方法会使用CustomBounds属性值作为边界来进行全幅显示;该属性为false时,ViewEntire方法会使用Bounds属性值作为边界来进行全幅显示。

命名空间:  SuperMap.Mapping
程序集:  SuperMap.Mapping (in SuperMap.Mapping)
版本: dll

语法

C#
public bool IsCustomBoundsEnabled { get; set; }

字段值

默认值为 false。

请参见