Difference between revisions of "Image properties"

From LinuxMCE
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">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.</td></tr> </table>'''Top''' : '''''Integer'''''
+
 
 +
'''Top''' : '''''Integer'''''
  
 
The top coordinate of the Image control.  
 
The top coordinate of the Image control.  
Line 18: 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 03: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.