Difference between revisions of "Image properties"
From LinuxMCE
Line 1: | Line 1: | ||
− | + | {{Plutoperm}} | |
+ | '''Top''' : '''''Integer''''' | ||
The top coordinate of the Image control. | The top coordinate of the Image control. |
Revision as of 09:46, 27 March 2007
This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto. |
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.