| Property | Defined By | ||
|---|---|---|---|
| bottom : Number
Gets or sets the bottom value
| Thickness | ||
| Empty : Thickness [static] [read-only] | Thickness | ||
| left : Number
Gets or sets the left value
| Thickness | ||
| right : Number
Gets or sets the right value
| Thickness | ||
| top : Number
Gets or sets the top value
| Thickness | ||
| Method | Defined By | ||
|---|---|---|---|
Thickness(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0) | Thickness | ||
| bottom | property |
bottom:NumberGets or sets the bottom value
public function get bottom():Number public function set bottom(value:Number):void| Empty | property |
| left | property |
left:NumberGets or sets the left value
public function get left():Number public function set left(value:Number):void| right | property |
right:NumberGets or sets the right value
public function get right():Number public function set right(value:Number):void| top | property |
top:NumberGets or sets the top value
public function get top():Number public function set top(value:Number):void| Thickness | () | Constructor |
public function Thickness(top:Number = 0, right:Number = 0, bottom:Number = 0, left:Number = 0)top:Number (default = 0) | |
right:Number (default = 0) | |
bottom:Number (default = 0) | |
left:Number (default = 0) |