Package | com.flexicious.controls |
Class | public class ImageButton |
Inheritance | ImageButton mx.controls.Image |
Property | Defined By | ||
---|---|---|---|
cornerRadius : Number = 4
For rounded corners, the radius. | ImageButton | ||
enabled : Boolean [override] [write-only] | ImageButton | ||
rectEnd : Number = 0
The pixel offset to end the border rectangle at. | ImageButton | ||
rectStart : Number = 0
The pixel offset to start the border rectangle at. | ImageButton | ||
state : String
Can be either over down nor blank. | ImageButton |
Method | Defined By | ||
---|---|---|---|
ImageButton | |||
fillFromStyle(v:Object):IFill [static] | ImageButton | ||
invalidateFill():void
Invalidates the fill, calls invalidate displaylist
| ImageButton |
cornerRadius | property |
public var cornerRadius:Number = 4
For rounded corners, the radius.
enabled | property |
enabled:Boolean
[write-only] [override] public function set enabled(value:Boolean):void
rectEnd | property |
public var rectEnd:Number = 0
The pixel offset to end the border rectangle at. Applied to both X and Y cordinates
rectStart | property |
public var rectStart:Number = 0
The pixel offset to start the border rectangle at. Applied to both X and Y cordinates
state | property |
state:String
Can be either over down nor blank.
public function get state():String
public function set state(value:String):void
ImageButton | () | Constructor |
public function ImageButton()
fillFromStyle | () | method |
public static function fillFromStyle(v:Object):IFill
Parameters
v:Object |
IFill |
invalidateFill | () | method |
public function invalidateFill():void
Invalidates the fill, calls invalidate displaylist