Package | com.flexicious.skins.container |
Class | public class RestoreButtonSkin |
Inheritance | RestoreButtonSkin spark.skins.SparkSkin |
Implements | mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Default MXML PropertymxmlContent
See also
Property | Defined By | ||
---|---|---|---|
cbshad : Rect Define the inner shadow. | RestoreButtonSkin | ||
dropShadow : RectangularDropShadow Define the drop shadow for the close button. | RestoreButtonSkin | ||
hostComponent : Button | RestoreButtonSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | RestoreButtonSkin |
cbshad | property |
public var cbshad:Rect
Define the inner shadow.
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
Define the drop shadow for the close button.
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:Button
This property can be used as the source for data binding.
RestoreButtonSkin | () | Constructor |
public function RestoreButtonSkin()
Constructor.