| Package | com.esri.ags.skins |
| Class | public class NavigationHorizontalSkin |
| Inheritance | NavigationHorizontalSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| hostComponent : Navigation
A strongly typed property that references the component to which this skin is applied. | NavigationHorizontalSkin | ||
| slider : HSlider | NavigationHorizontalSkin | ||
| zoomInButton : Button | NavigationHorizontalSkin | ||
| zoomOutButton : Button | NavigationHorizontalSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | NavigationHorizontalSkin | ||
| hostComponent | property |
public var hostComponent:NavigationA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| slider | property |
public var slider:HSliderThis property can be used as the source for data binding.
| zoomInButton | property |
public var zoomInButton:ButtonThis property can be used as the source for data binding.
| zoomOutButton | property |
public var zoomOutButton:ButtonThis property can be used as the source for data binding.
| NavigationHorizontalSkin | () | Constructor |
public function NavigationHorizontalSkin()Constructor.