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 值,表示自定义标签图像映射的区域属性。

属性

适用于