Packagecom.adobe.portfolio.skins
Classpublic class NavHUDSkin
InheritanceNavHUDSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for a Spark SkinnableContainer container.

Default MXML PropertymxmlContent

See also

spark.components.SkinnableContainer


Public Properties
 PropertyDefined By
  background : Rect
Defines the appearance of the SkinnableContainer class's background.
NavHUDSkin
  contentGroup : Group
NavHUDSkin
  hostComponent : NavHUD
NavHUDSkin
  overGroup : Group
NavHUDSkin
Public Methods
 MethodDefined By
  
Constructor.
NavHUDSkin
Property Detail
backgroundproperty
public var background:Rect

Defines the appearance of the SkinnableContainer class's background.

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

contentGroupproperty 
public var contentGroup:Group

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

hostComponentproperty 
public var hostComponent:NavHUD

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

overGroupproperty 
public var overGroup:Group

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

Constructor Detail
NavHUDSkin()Constructor
public function NavHUDSkin()

Constructor.