Packagecom.esri.ags.skins
Classpublic class PopUpRendererSkin
InheritancePopUpRendererSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient

The default skin class for the PopUpRenderer component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  hostComponent : PopUpRenderer
A strongly typed property that references the component to which this skin is applied.
PopUpRendererSkin
  titleLineSymbol : SolidColorStroke
PopUpRendererSkin
Public Methods
 MethodDefined By
  
Constructor.
PopUpRendererSkin
Property Detail
hostComponentproperty
public var hostComponent:PopUpRenderer

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.

titleLineSymbolproperty 
public var titleLineSymbol:SolidColorStroke

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

Constructor Detail
PopUpRendererSkin()Constructor
public function PopUpRendererSkin()

Constructor.