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

The default skin class for an InfoWindow instance. Added in version 2.3 of the ArcGIS API for Flex.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  closeButton : InfoWindowCloseButton
InfoWindowSkin
  containerGroup : VGroup
InfoWindowSkin
  contentGroup : Group
InfoWindowSkin
  dropShadow : DropShadowFilter
InfoWindowSkin
  headerGroup : HGroup
InfoWindowSkin
  hostComponent : InfoWindow
A strongly typed property that references the component to which this skin is applied.
InfoWindowSkin
  labelText : InfoWindowLabel
InfoWindowSkin
  path : Path
InfoWindowSkin
  pathFill : SolidColor
InfoWindowSkin
  pathStroke : SolidColorStroke
InfoWindowSkin
Public Methods
 MethodDefined By
  
Constructor.
InfoWindowSkin
Property Detail
closeButtonproperty
public var closeButton:InfoWindowCloseButton

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

containerGroupproperty 
public var containerGroup:VGroup

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

contentGroupproperty 
public var contentGroup:Group

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

dropShadowproperty 
public var dropShadow:DropShadowFilter

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

headerGroupproperty 
public var headerGroup:HGroup

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

hostComponentproperty 
public var hostComponent:InfoWindow

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.

labelTextproperty 
public var labelText:InfoWindowLabel

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

pathproperty 
public var path:Path

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

pathFillproperty 
public var pathFill:SolidColor

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

pathStrokeproperty 
public var pathStroke:SolidColorStroke

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

Constructor Detail
InfoWindowSkin()Constructor
public function InfoWindowSkin()

Constructor.