Packagecom.esri.ags.skins
Classpublic class NavigationSkin
InheritanceNavigationSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

The default skin class for the Navigation component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
NavigationSkin
Property Detail
hostComponentproperty
public var hostComponent:Navigation

A strongly typed property that references the component to which this skin is applied.

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

sliderproperty 
public var slider:VSlider

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

zoomInButtonproperty 
public var zoomInButton:Button

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

zoomOutButtonproperty 
public var zoomOutButton:Button

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

Constructor Detail
NavigationSkin()Constructor
public function NavigationSkin()

Constructor.