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 が作成されます。

適用対象