Difference between revisions of "Minheight Property"

From Lianjapedia
Jump to: navigation, search
(Created page with '__NOTOC__ The minimum height of the object in pixels. Read/write. The height of an object is dependent on the height available in the parent container. Minheight can be used to…')
 
Line 1: Line 1:
 +
{{Common Property}}
 
__NOTOC__
 
__NOTOC__
 
The minimum height of the object in pixels.  Read/write.
 
The minimum height of the object in pixels.  Read/write.
Line 15: Line 16:
  
 
</code>
 
</code>
 +
 +
[[Category:Properties]]
 +
[[Category:Common Properties]]

Revision as of 06:58, 26 September 2011

Template:Common Property

The minimum height of the object in pixels. Read/write. The height of an object is dependent on the height available in the parent container. Minheight can be used to specify a height below which the object will not resize.

nMinheight = ob.minheight
ob.minheight = nMinheight

nMinheight

Numeric signifying the minimum height in pixels.

Example