TCnPictureBox.InitialImage Property

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

Namespace: CNClrLib.Control.PictureBox
published
 property InitialImage: TClrImage read GetInitialImage write SetInitialImage stored False;

Property Value

Type: TClrImage

The Image displayed in the picture box control when the main image is loading.

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