通过


Axis.MapAreaAttributes 属性

定义

获取或设置轴的地图区域属性。

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 属性,将自动创建客户端图像映射。

将创建一个映射区域,并将属性字符串追加到<与设置此属性的对象对应的 Axis MAP> 标记。

适用于