次の方法で共有


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> タグに属性文字列が付加されたマップ領域が作成されます。

適用対象