Packagecom.adobe.portfolio.skins
Classpublic class LabelSkin
InheritanceLabelSkin Inheritance spark.skins.SparkSkin
Implements 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 Portfolio Label component.

Default MXML PropertymxmlContent

See also

spark.components.TextInput


Public Properties
 PropertyDefined By
  background : Group
LabelSkin
  bgFill : SolidColor
LabelSkin
  hostComponent : TextInput
LabelSkin
  textDisplay : RichEditableText
LabelSkin
Public Methods
 MethodDefined By
  
Constructor.
LabelSkin
Property Detail
backgroundproperty
public var background:Group

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

bgFillproperty 
public var bgFill:SolidColor

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

hostComponentproperty 
public var hostComponent:TextInput

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

textDisplayproperty 
public var textDisplay:RichEditableText

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

Constructor Detail
LabelSkin()Constructor
public function LabelSkin()

Constructor.