System.Windows.Forms.PictureBox.InitialImage Property

Gets or sets the image displayed in the System.Windows.Forms.PictureBox control when the main image is loading.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.All)]
public System.Drawing.Image InitialImage { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If no PictureBox.InitialImage is specified, a default image is displayed. The PictureBox.InitialImage is always displayed non-stretched, in the center of the System.Windows.Forms.PictureBox.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0