Axis.MapAreaAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置轴的映射区特性。
public:
property System::String ^ MapAreaAttributes { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string MapAreaAttributes { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.MapAreaAttributes : string with get, set
Public Property MapAreaAttributes As String
属性值
一个 string
值,表示轴的映射区域特性。
实现
- 属性
注解
如果设置 属性,将自动创建客户端映像 MapAreaAttributes 映射。
将创建一个映射区域,其属性字符串追加到与设置了此属性的对象对应的 <MAP> Axis 标记后面。