Source for file PanelMarginUnits.php
Documentation is available at PanelMarginUnits.php
* Description: Describes the possible values of Panel.MarginUnits
* @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
private $values = Array();
* Defines units as a percentage of the panel size.
public static $PERCENT = 0;
* Defines units in pixels.
public static $PIXELS = 1;
return $this->upperBound;
return $values->get($index);
|