Note: All the BackgroundImage properties are in effect only when
you elect to place an image on the panel.
The property Grid:

AdjustToCaption:
If the
CpationPostion; is set to either
Up or Down; you may or may not adjust the image to the caption:
AdjustToCaption=False

AdjustToCaption=True

BackImageIntensity:
Determines the gamma level of the image. The number range is 0 to
1.7, where the default value is 1. On the property grid, the
values are multiplied by 100 to create better granularity.



GrayScale: will render the image in gray scale:

HImageMargin and VImageNargin: You
may pad the image either horizontally or vertically:

The color around the image is the BackColor of the control.
Image accepts any Image file type. Compatible with
the .NET PicrureBox control.
KeepRatio Determines
adxSuperPanel©
will scales the image on the control. If you set the property to False
(the default) you may stretch the image any which way. If you set the
property to True,
adxSuperPanel©
will keep the ratio fixed. This requires that the aspect ratio of the
control resembles the aspect ratio of the image. Once you keep the
aspect ration, adxSuperPanel will pad the control with the BackColor
(light green in this case)
(1)
Not keeping the aspect ratio may result in a
stretched image:
(2)
Transparency
Controls the alpha level of the image, as you decrease the value any
background colors will show through. Transparency ranges from 0 (Totally
transparent) to 100 (Totally opaque). With a yellow BackColor, at 45:

With a yellow BackColor at 15:

What can you do with images?
|