次の方法で共有


PictureBox.ImageLocation プロパティ

定義

PictureBox に表示するイメージのパスまはた URL を取得または設定します。

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

プロパティ値

String

PictureBox に表示するイメージのパスまたは URL。

注釈

プロパティの値には、実際のパス (例: "C:\SomeFolder\SomeSubFolder\Picture.jpg")、相対パス ("\SomeSubFolder\Picture.jpg")、または URL (http://contoso.com/images/Picture.jpg) を指定できます。

相対パスを使用する場合は、作業ディレクトリに対する相対パスと見なされます。

メソッドの Load 呼び出しによってプロパティが上書き ImageLocation され、メソッド呼び出しで指定された URL 値に設定 ImageLocation されます。

適用対象