Package | creacog.spark.skins |
Class | public class ResizeableTitleWindowSkin |
Inheritance | ResizeableTitleWindowSkin ![]() |
Implements | mx.binding.IBindingClient, 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 | ||
---|---|---|---|
background : Rect Defines the appearance of the TitleWindowSkin class's background. | ResizeableTitleWindowSkin | ||
backgroundFill : SolidColor Defines the TitleWindowSkin class's background fill. | ResizeableTitleWindowSkin | ||
borderStroke : SolidColorStroke Defines the TitleWindowSkin class's border stroke. | ResizeableTitleWindowSkin | ||
closeButton : Button | ResizeableTitleWindowSkin | ||
contentGroup : Group | ResizeableTitleWindowSkin | ||
contents : Group Contains the vertical stack of title bar content and control bar. | ResizeableTitleWindowSkin | ||
controlBarGroup : Group | ResizeableTitleWindowSkin | ||
hostComponent : ResizeableTitleWindow | ResizeableTitleWindowSkin | ||
moveArea : Group | ResizeableTitleWindowSkin | ||
resizeGroup : Group resize group - overlays bottom group if it exists or just content group if not | ResizeableTitleWindowSkin | ||
resizeHandle : ResizeHandleSkin | ResizeableTitleWindowSkin | ||
titleDisplay : Label | ResizeableTitleWindowSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | ResizeableTitleWindowSkin |
background | property |
public var background:Rect
Defines the appearance of the TitleWindowSkin class's background.
This property can be used as the source for data binding.
backgroundFill | property |
public var backgroundFill:SolidColor
Defines the TitleWindowSkin class's background fill. The default color is 0xFFFFFF.
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
Defines the TitleWindowSkin class's border stroke. The default value is 1.
This property can be used as the source for data binding.
closeButton | property |
public var closeButton:Button
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
Contains the vertical stack of title bar content and control bar.
This property can be used as the source for data binding.
controlBarGroup | property |
public var controlBarGroup:Group
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:ResizeableTitleWindow
This property can be used as the source for data binding.
moveArea | property |
public var moveArea:Group
This property can be used as the source for data binding.
resizeGroup | property |
public var resizeGroup:Group
resize group - overlays bottom group if it exists or just content group if not
This property can be used as the source for data binding.
resizeHandle | property |
public var resizeHandle:ResizeHandleSkin
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.
ResizeableTitleWindowSkin | () | Constructor |
public function ResizeableTitleWindowSkin()
Constructor.