| Package | qnx.ui.core |
| Class | public class SizeUnit |
| Inheritance | SizeUnit Object |
SizeUnit class contains the constant values that define the unit of measure
for container sizing. The SizeUnit class is used in conjunction with the SizeMode
class to adjust the size of subcomponents within a parent container.
See also
| Constant | Defined By | ||
|---|---|---|---|
| PERCENT : String = percent [static]
A constant representing the unit of measure as a percentage. | SizeUnit | ||
| PIXELS : String = pixels [static]
A constant representing the pixel as the unit of measure. | SizeUnit | ||
| PERCENT | Constant |
public static const PERCENT:String = percentA constant representing the unit of measure as a percentage.
| PIXELS | Constant |
public static const PIXELS:String = pixelsA constant representing the pixel as the unit of measure.