Packagecom.esri.ags.skins
Classpublic class InfoSymbolWindowSkin
InheritanceInfoSymbolWindowSkin Inheritance spark.components.supportClasses.Skin

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

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  contentGroup : Group
InfoSymbolWindowSkin
  dropShadow : DropShadowFilter
InfoSymbolWindowSkin
  hostComponent : InfoSymbolWindow
InfoSymbolWindowSkin
  path : Path
InfoSymbolWindowSkin
  pathFill : SolidColor
InfoSymbolWindowSkin
  pathStroke : SolidColorStroke
InfoSymbolWindowSkin
Public Methods
 MethodDefined By
  
Constructor.
InfoSymbolWindowSkin
Property Detail
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.

hostComponentproperty 
public var hostComponent:InfoSymbolWindow

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

Constructor.