Axis.MapAreaAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
軸のマップ領域属性を取得または設定します。
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 が作成されます。