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

Alternative skin class for the Navigation component with a horizontal orientation.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Constructor.
NavigationHorizontalSkin
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:HSlider

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
NavigationHorizontalSkin()Constructor
public function NavigationHorizontalSkin()

Constructor.