| Package | com.flexicious.skins.container |
| Class | public class ExtendedTitleWindowSkin |
| Inheritance | ExtendedTitleWindowSkin spark.skins.SparkSkin |
| 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. | ExtendedTitleWindowSkin | ||
| backgroundFill : SolidColor Defines the TitleWindowSkin class's background fill. | ExtendedTitleWindowSkin | ||
| borderStroke : SolidColorStroke Defines the TitleWindowSkin class's border stroke. | ExtendedTitleWindowSkin | ||
| closeButton : Button | ExtendedTitleWindowSkin | ||
| contentGroup : Group | ExtendedTitleWindowSkin | ||
| contents : Group Contains the vertical stack of title bar content and control bar. | ExtendedTitleWindowSkin | ||
| controlBarGroup : Group | ExtendedTitleWindowSkin | ||
| hostComponent : ExtendedTitleWindow | ExtendedTitleWindowSkin | ||
| moveArea : Group | ExtendedTitleWindowSkin | ||
| resizeGrip : Image | ExtendedTitleWindowSkin | ||
| titleDisplay : Label | ExtendedTitleWindowSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | ExtendedTitleWindowSkin | ||
| background | property |
public var background:RectDefines the appearance of the TitleWindowSkin class's background.
This property can be used as the source for data binding.
| backgroundFill | property |
public var backgroundFill:SolidColorDefines 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:SolidColorStrokeDefines 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:ButtonThis property can be used as the source for data binding.
| contentGroup | property |
public var contentGroup:GroupThis property can be used as the source for data binding.
| contents | property |
public var contents:GroupContains 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:GroupThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:ExtendedTitleWindowThis property can be used as the source for data binding.
| moveArea | property |
public var moveArea:GroupThis property can be used as the source for data binding.
| resizeGrip | property |
public var resizeGrip:ImageThis property can be used as the source for data binding.
| titleDisplay | property |
public var titleDisplay:LabelThis property can be used as the source for data binding.
| ExtendedTitleWindowSkin | () | Constructor |
public function ExtendedTitleWindowSkin()Constructor.