Package | ardisia.themes.london.skins |
Class | public class TitleWindowCloseButtonSkin |
Inheritance | TitleWindowCloseButtonSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
cbshad : Rect define the inner shadow. | TitleWindowCloseButtonSkin | ||
dropShadow : RectangularDropShadow define the drop shadow for the close button. | TitleWindowCloseButtonSkin | ||
hostComponent : Button | TitleWindowCloseButtonSkin | ||
xFill1 : SolidColor | TitleWindowCloseButtonSkin | ||
xSymbol : Group defines the appearance of the x in the close button. | TitleWindowCloseButtonSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TitleWindowCloseButtonSkin |
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.
xFill1 | property |
public var xFill1:SolidColor
This property can be used as the source for data binding.
xSymbol | property |
public var xSymbol:Group
defines the appearance of the x in the close button.
This property can be used as the source for data binding.
TitleWindowCloseButtonSkin | () | Constructor |
public function TitleWindowCloseButtonSkin()
Constructor.