共用方式為


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 該屬性,客戶端的影像貼圖會自動產生。

會建立一個映射區域,並將屬性字串附加在 <MAP> 標籤後,對 Axis 應於該屬性所設定的物件。

適用於