Share via


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

string 值,表示座標軸的對應區域屬性。

實作

屬性

備註

如果您設定屬性,則會自動建立用戶端的影像地圖 MapAreaAttributes

將會建立一個對應區域,其中包含附加至 <MAP> 標記的屬性字串,此標記會對應至 Axis 已設定此屬性的物件。

適用於