Packageardisia.themes.stockholm.skins
Classpublic class VScrollBarSkin
InheritanceVScrollBarSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  decrementButton : Button
VScrollBarSkin
  incrementButton : Button
VScrollBarSkin
  thumb : Button
VScrollBarSkin
  track : Button
VScrollBarSkin
Public Methods
 MethodDefined By
  
Constructor.
VScrollBarSkin
Property Detail
decrementButtonproperty
public var decrementButton:Button

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

incrementButtonproperty 
public var incrementButton:Button

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

thumbproperty 
public var thumb:Button

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

trackproperty 
public var track:Button

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

Constructor Detail
VScrollBarSkin()Constructor
public function VScrollBarSkin()

Constructor.