Package | ardisia.themes.stockholm.skins |
Class | public class PanelSkin |
Inheritance | PanelSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
bgFill : SolidColor | PanelSkin | ||
borderStroke : SolidColorStroke | PanelSkin | ||
bottomGroupMask : Group | PanelSkin | ||
contentGroup : Group | PanelSkin | ||
contents : Group contents | PanelSkin | ||
controlBarGroup : Group control bar | PanelSkin | ||
titleDisplay : Label | PanelSkin | ||
topGroup : Group | PanelSkin | ||
topGroupMask : Group | PanelSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | PanelSkin |
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.
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.
PanelSkin | () | Constructor |
public function PanelSkin()
Constructor.