Axis.MapAreaAttributes Propriedade
Definição
Obtém ou define os atributos da área do mapa de um eixo.Gets or sets the map area attributes of an axis.
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 da propriedade
Um string valor que representa os atributos da área do mapa de um eixo.A string value that represents the map area attributes of an axis.
Implementações
- Atributos
Comentários
Um mapa de imagem do lado do cliente será criado automaticamente se você definir a MapAreaAttributes propriedade.A client side image map will automatically be created if you set the MapAreaAttributes property.
Uma área de mapa será criada com a cadeia de caracteres de atributo anexada à <MAP> marca que corresponde ao Axis objeto para o qual essa propriedade está definida.A map area will be created with the attribute string appended to the <MAP> tag that corresponds to the Axis object for which this property is set.