Package | com.adobe.portfolio.skins.video |
Class | public class PlayPauseButtonSkin |
Inheritance | PlayPauseButtonSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | PlayPauseButtonSkin |
hostComponent | property |
public var hostComponent:ToggleButton
This property can be used as the source for data binding.
iconDS | property |
public var iconDS:DropShadowFilter
This property can be used as the source for data binding.
overHighlight | property |
public var overHighlight:Rect
This property can be used as the source for data binding.
pauseSymbol | property |
public var pauseSymbol:HGroup
Defines the pause symbol.
This property can be used as the source for data binding.
playSymbol | property |
public var playSymbol:Group
Defines the play symbol.
This property can be used as the source for data binding.
playSymbolFill | property |
public var playSymbolFill:SolidColor
This property can be used as the source for data binding.
PlayPauseButtonSkin | () | Constructor |
public function PlayPauseButtonSkin()
Constructor.