Package | com.adobe.portfolio.skins.axmScroller |
Class | public class AXMVScrollerSkin |
Inheritance | AXMVScrollerSkin ![]() |
Implements | mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Default MXML PropertymxmlContent
See also
Property | Defined By | ||
---|---|---|---|
decrementButton : Button The default skin class is ScrollBarUpButtonSkin. | AXMVScrollerSkin | ||
hostComponent : VScrollBar | AXMVScrollerSkin | ||
incrementButton : Button The default skin class is ScrollBarDownButtonSkin. | AXMVScrollerSkin | ||
thumb : Button The default skin class is VScrollBarThumbSkin. | AXMVScrollerSkin | ||
track : Button The default skin class is VScrollBarTrackSkin. | AXMVScrollerSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | AXMVScrollerSkin |
decrementButton | property |
public var decrementButton:Button
The default skin class is ScrollBarUpButtonSkin.
This property can be used as the source for data binding.
See also
hostComponent | property |
public var hostComponent:VScrollBar
This property can be used as the source for data binding.
incrementButton | property |
public var incrementButton:Button
The default skin class is ScrollBarDownButtonSkin.
This property can be used as the source for data binding.
See also
thumb | property |
public var thumb:Button
The default skin class is VScrollBarThumbSkin.
This property can be used as the source for data binding.
See also
track | property |
public var track:Button
The default skin class is VScrollBarTrackSkin.
This property can be used as the source for data binding.
See also
AXMVScrollerSkin | () | Constructor |
public function AXMVScrollerSkin()
Constructor.