CustomLabel.ImageMapAreaAttributes プロパティ

定義

カスタム ラベル イメージの領域属性を表す文字列を取得または設定します。

public:
 property System::String ^ ImageMapAreaAttributes { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ImageMapAreaAttributes { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ImageMapAreaAttributes : string with get, set
Public Property ImageMapAreaAttributes As String

プロパティ値

カスタム ラベルのイメージ マップの領域属性を表す string 値。

属性

適用対象