Packagestimulsoft.flex.base
Classpublic class CornerRadius
InheritanceCornerRadius Inheritance Object



Public Properties
 PropertyDefined By
  bottomLeft : Number
CornerRadius
  bottomRight : Number
CornerRadius
  topLeft : Number
CornerRadius
  topRight : Number
CornerRadius
Public Methods
 MethodDefined By
  
CornerRadius(uniformRadius:Number)
CornerRadius
Property Detail
bottomLeftproperty
bottomLeft:Number


Implementation
    public function get bottomLeft():Number
    public function set bottomLeft(value:Number):void
bottomRightproperty 
bottomRight:Number


Implementation
    public function get bottomRight():Number
    public function set bottomRight(value:Number):void
topLeftproperty 
topLeft:Number


Implementation
    public function get topLeft():Number
    public function set topLeft(value:Number):void
topRightproperty 
topRight:Number


Implementation
    public function get topRight():Number
    public function set topRight(value:Number):void
Constructor Detail
CornerRadius()Constructor
public function CornerRadius(uniformRadius:Number)



Parameters
uniformRadius:Number