Packageardisia.themes.london.skins
Classpublic class TitleWindowCloseButtonSkin
InheritanceTitleWindowCloseButtonSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
TitleWindowCloseButtonSkin
Property Detail
cbshadproperty
public var cbshad:Rect

define the inner shadow.

This property can be used as the source for data binding.

dropShadowproperty 
public var dropShadow:RectangularDropShadow

define the drop shadow for the close button.

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:Button

This property can be used as the source for data binding.

xFill1property 
public var xFill1:SolidColor

This property can be used as the source for data binding.

xSymbolproperty 
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.

Constructor Detail
TitleWindowCloseButtonSkin()Constructor
public function TitleWindowCloseButtonSkin()

Constructor.