Package | ardisia.themes.stockholm.skins |
Class | public class VScrollBarSkin |
Inheritance | VScrollBarSkin spark.components.supportClasses.Skin |
Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
decrementButton : Button | VScrollBarSkin | ||
incrementButton : Button | VScrollBarSkin | ||
thumb : Button | VScrollBarSkin | ||
track : Button | VScrollBarSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | VScrollBarSkin |
decrementButton | property |
public var decrementButton:Button
This property can be used as the source for data binding.
incrementButton | property |
public var incrementButton:Button
This property can be used as the source for data binding.
thumb | property |
public var thumb:Button
This property can be used as the source for data binding.
track | property |
public var track:Button
This property can be used as the source for data binding.
VScrollBarSkin | () | Constructor |
public function VScrollBarSkin()
Constructor.