Package | ardisia.themes.stockholm.skins |
Class | public class TitleWindowSkin |
Inheritance | TitleWindowSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
bgFill : SolidColor | TitleWindowSkin | ||
borderStroke : SolidColorStroke | TitleWindowSkin | ||
bottomGroupMask : Group | TitleWindowSkin | ||
contentGroup : Group | TitleWindowSkin | ||
contents : Group contents | TitleWindowSkin | ||
controlBarGroup : Group control bar | TitleWindowSkin | ||
dropShadow : RectangularDropShadow | TitleWindowSkin | ||
titleDisplay : Label | TitleWindowSkin | ||
topGroup : Group | TitleWindowSkin | ||
topGroupMask : Group | TitleWindowSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | TitleWindowSkin |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | TitleWindowSkin |
bgFill | property |
public var bgFill:SolidColor
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
bottomGroupMask | property |
public var bottomGroupMask:Group
This property can be used as the source for data binding.
contentGroup | property |
public var contentGroup:Group
This property can be used as the source for data binding.
contents | property |
public var contents:Group
contents
This property can be used as the source for data binding.
controlBarGroup | property |
public var controlBarGroup:Group
control bar
This property can be used as the source for data binding.
dropShadow | property |
public var dropShadow:RectangularDropShadow
This property can be used as the source for data binding.
titleDisplay | property |
public var titleDisplay:Label
This property can be used as the source for data binding.
topGroup | property |
public var topGroup:Group
This property can be used as the source for data binding.
topGroupMask | property |
public var topGroupMask:Group
This property can be used as the source for data binding.
TitleWindowSkin | () | Constructor |
public function TitleWindowSkin()
Constructor.
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |