Chart.IsMapAreaAttributesEncoded 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个标志,该标志决定是否对映射区特性进行编码。 映射区属性可以从各种数据源加载数据。 图表控件不会阻止最终用户加载来自不同数据源的不受信任数据。 因此,建议您验证数据并自行对其编码。
public:
property bool IsMapAreaAttributesEncoded { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public bool IsMapAreaAttributesEncoded { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.IsMapAreaAttributesEncoded : bool with get, set
Public Property IsMapAreaAttributesEncoded As Boolean
属性值
如果对映射区特性进行编码,则为 true
;否则为 false
。
- 属性