Package | com.adobe.portfolio.skins |
Class | public class CardSliderSkin |
Inheritance | CardSliderSkin ![]() |
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 | ||
---|---|---|---|
dataTip : ClassFactory The tooltip used in the mx.controls.Slider control. | CardSliderSkin | ||
hostComponent : CardSlider | CardSliderSkin | ||
thumb : Button The default skin class is HSliderThumbSkin. | CardSliderSkin | ||
track : Button The default skin class is HSliderTrackSkin. | CardSliderSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | CardSliderSkin |
Method | Defined By | ||
---|---|---|---|
measure():void [override] | CardSliderSkin |
dataTip | property |
public var dataTip:ClassFactory
The tooltip used in the mx.controls.Slider control. To customize the DataTip's appearance, create a custom HSliderSkin class.
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:CardSlider
This property can be used as the source for data binding.
thumb | property |
public var thumb:Button
The default skin class is HSliderThumbSkin.
This property can be used as the source for data binding.
See also
track | property |
public var track:Button
The default skin class is HSliderTrackSkin.
This property can be used as the source for data binding.
See also
CardSliderSkin | () | Constructor |
public function CardSliderSkin()
Constructor.
measure | () | method |
override protected function measure():void