PictureBox.ImageLocation Propriété

Définition

Obtient ou définit le chemin d'accès ou l'URL de l'image à afficher dans PictureBox.

public:
 property System::String ^ ImageLocation { System::String ^ get(); void set(System::String ^ value); };
public string ImageLocation { get; set; }
member this.ImageLocation : string with get, set
Public Property ImageLocation As String

Valeur de propriété

String

Chemin d'accès ou URL de l'image à afficher dans PictureBox.

Remarques

La valeur de la propriété peut être un chemin d’accès réel (par exemple, « C:\SomeFolder\SomeSubFolder\Picture.jpg »), un chemin relatif (« \SomeSubFolder\Picture.jpg ») ou une URL (http://contoso.com/images/Picture.jpg).

Si un chemin relatif est utilisé, il est considéré par rapport au répertoire de travail.

Un appel à la Load méthode remplace la ImageLocation propriété, en définissant ImageLocation la valeur d’URL spécifiée dans l’appel de méthode.

S’applique à