Packageardisia.themes.london.skins
Classpublic class HScrollBarSkin
InheritanceHScrollBarSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  decrementButton : Button
HScrollBarSkin
  incrementButton : Button
HScrollBarSkin
  thumb : Button
HScrollBarSkin
  track : Button
HScrollBarSkin
Public Methods
 MethodDefined By
  
Constructor.
HScrollBarSkin
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
HScrollBarSkin()Constructor
public function HScrollBarSkin()

Constructor.