

The name of the style-resource that defines the style is "panelstyle".


iwFit: best fit (keeping image proportions-the ratio between the width and height) for the TImage rectangle.iwOriginal: displays the image with its original dimensions.The WrapMode property should be one of the constants defined in the TImageWrapMode type: You can have smaller or larger Bitmap than TImage and then use one of WrapModes to determine how will that image be rendered to TImage: The reason why you have to set the Bitmap dimensions is becouse the Bitmap size is not necessary the same size as TImage.
