Image properties: Difference between revisions
Appearance
No edit summary |
Rwilson131 (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
'''Top''' : '''''Integer''''' | '''Top''' : '''''Integer''''' | ||
| Line 19: | Line 19: | ||
That describe path to a file that will be loaded to be displayed. | That describe path to a file that will be loaded to be displayed. | ||
[[Category: Programmer's Guide]] | |||
Latest revision as of 01:25, 6 September 2007
Top : Integer
The top coordinate of the Image control.
Left : Integer
The left coordinate of the Image control.
Width : Integer
The width (in pixels) of Image control. If width is not specified, the width will be image's source size.
Height : Integer
The Height (in pixels) of Image control. If height is not specified, the height will be image's source size.
Picture : String
That describe path to a file that will be loaded to be displayed.