| Package | com.esri.ags.skins |
| Class | public class NavigationSkin |
| Inheritance | NavigationSkin 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. | NavigationSkin | ||
| slider : VSlider | NavigationSkin | ||
| zoomInButton : Button | NavigationSkin | ||
| zoomOutButton : Button | NavigationSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | NavigationSkin | ||
| 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:VSliderThis 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.
| NavigationSkin | () | Constructor |
public function NavigationSkin()Constructor.