Packagecom.esri.ags.skins
Classpublic class LegendSkin
InheritanceLegendSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

The default skin class for a Legend component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  hostComponent : Legend
A strongly typed property that references the component to which this skin is applied.
LegendSkin
  noLegendImage : BitmapImage
LegendSkin
  vGrp : VGroup
LegendSkin
Public Methods
 MethodDefined By
  
Constructor.
LegendSkin
Property Detail
hostComponentproperty
public var hostComponent:Legend

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.

noLegendImageproperty 
public var noLegendImage:BitmapImage

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

vGrpproperty 
public var vGrp:VGroup

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

Constructor Detail
LegendSkin()Constructor
public function LegendSkin()

Constructor.