| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The Border class is a class used internally by many
controls to draw a border. The border actually drawn
is dictated by the IBeadView in the CSS.
className:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The classname. Often used for CSS
class selector lookups.
Implementation public function get className():String public function set className(value:String):voidid:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
An id property for MXML documents.
Implementation public function get id():String public function set id(value:String):voidstyle:Object| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The object that contains
"styles" and other associated
name-value pairs. You can
also specify a string in
HTML style attribute format.
Implementation public function get style():Object public function set style(value:Object):voidpublic function CSSShape()| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
public function draw(w:Number, h:Number):void| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Draw the contents based on styles
Parameters
| w:Number — The width.
|
| |
| h:Number — The height.
|
Mon Sep 5 2016, 07:19 AM -07:00