Difference between revisions of "Container properties"

From LinuxMCE
Jump to: navigation, search
 
Line 9: Line 9:
 
'''Width''' : '''''Integer'''''
 
'''Width''' : '''''Integer'''''
  
The width (in pixels) Container control. If width is not specified, the width will be parent's control width.
+
The width (in pixels) of Container control. If width is not specified, the width will be parent's control width.
  
 
'''Height''' : '''''Integer'''''
 
'''Height''' : '''''Integer'''''
  
The Height (in pixels) of Image control. If height is not specified, the height will be image's source size.
+
The Height (in pixels) of Container control. If height is not specified, the height will be image's source size.
  
 
'''Visible''' : '''''Boolean'''''
 
'''Visible''' : '''''Boolean'''''
  
 
Say if the current control is visible. If the container is not visible, the child controls aren't visible too.
 
Say if the current control is visible. If the container is not visible, the child controls aren't visible too.

Revision as of 11:50, 14 April 2006

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 Container control. If not defined, will be zero.

Left : Integer

The left coordinate of the Container control. If not defined, will be zero.

Width : Integer

The width (in pixels) of Container control. If width is not specified, the width will be parent's control width.

Height : Integer

The Height (in pixels) of Container control. If height is not specified, the height will be image's source size.

Visible : Boolean

Say if the current control is visible. If the container is not visible, the child controls aren't visible too.