TableStyle.BackImageUrl Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’URL d’une image à afficher en arrière-plan d’un contrôle de table.
public:
virtual property System::String ^ BackImageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string BackImageUrl { get; set; }
public virtual string BackImageUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImageUrl : string with get, set
member this.BackImageUrl : string with get, set
Public Overridable Property BackImageUrl As String
Valeur de propriété
URL d’une image à afficher en arrière-plan d’un contrôle de table. La valeur par défaut est Empty.
- Attributs
Exceptions
L’URL de l’image d’arrière-plan a été définie sur null.
Remarques
Utilisez la BackImageUrl propriété pour spécifier l’URL d’une image à afficher en arrière-plan du contrôle de table.
Note
L’image sera mosaïque si elle est inférieure à la table. De même, l’image est rognée si elle est supérieure à la table.
La valeur de cette propriété est stockée dans l’état d’affichage.