Packagecom.adobe.portfolio.skins.video
Classpublic class PlayPauseButtonSkin
InheritancePlayPauseButtonSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  hostComponent : ToggleButton
PlayPauseButtonSkin
  iconDS : DropShadowFilter
PlayPauseButtonSkin
  overHighlight : Rect
PlayPauseButtonSkin
  pauseSymbol : HGroup
Defines the pause symbol.
PlayPauseButtonSkin
  playSymbol : Group
Defines the play symbol.
PlayPauseButtonSkin
  playSymbolFill : SolidColor
PlayPauseButtonSkin
Public Methods
 MethodDefined By
  
Constructor.
PlayPauseButtonSkin
Property Detail
hostComponentproperty
public var hostComponent:ToggleButton

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

iconDSproperty 
public var iconDS:DropShadowFilter

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

overHighlightproperty 
public var overHighlight:Rect

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

pauseSymbolproperty 
public var pauseSymbol:HGroup

Defines the pause symbol.

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

playSymbolproperty 
public var playSymbol:Group

Defines the play symbol.

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

playSymbolFillproperty 
public var playSymbolFill:SolidColor

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

Constructor Detail
PlayPauseButtonSkin()Constructor
public function PlayPauseButtonSkin()

Constructor.