Compartir por


Axis.MapAreaAttributes Propiedad

Definición

Obtiene o establece los atributos de área de mapa de un eje.

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

Valor de propiedad

Valor string que representa los atributos de área de mapa de un eje.

Implementaciones

Atributos

Comentarios

Se creará automáticamente un mapa de imágenes del lado cliente si establece la MapAreaAttributes propiedad .

Se creará un área de mapa con la cadena de atributo anexada a la <etiqueta MAP> que corresponde al objeto para el Axis que se establece esta propiedad.

Se aplica a