CustomLabel.ImageMapAreaAttributes Property

Definition

Gets or sets a string that represents the area attributes of a custom label image.

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

Property Value

A string value that represents the area attributes of a custom label's image map.

Attributes

Applies to