| Package | com.esri.ags.skins |
| Class | public class InfoWindowSkin |
| Inheritance | InfoWindowSkin spark.components.supportClasses.Skin |
| Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | InfoWindowSkin | ||
| closeButton | property |
public var closeButton:InfoWindowCloseButtonThis property can be used as the source for data binding.
| containerGroup | property |
public var containerGroup:VGroupThis property can be used as the source for data binding.
| contentGroup | property |
public var contentGroup:GroupThis property can be used as the source for data binding.
| dropShadow | property |
public var dropShadow:DropShadowFilterThis property can be used as the source for data binding.
| headerGroup | property |
public var headerGroup:HGroupThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:InfoWindowA strongly typed property that references the component to which this skin is applied.
This property can be used as the source for data binding.
| labelText | property |
public var labelText:InfoWindowLabelThis property can be used as the source for data binding.
| path | property |
public var path:PathThis property can be used as the source for data binding.
| pathFill | property |
public var pathFill:SolidColorThis property can be used as the source for data binding.
| pathStroke | property |
public var pathStroke:SolidColorStrokeThis property can be used as the source for data binding.
| InfoWindowSkin | () | Constructor |
public function InfoWindowSkin()Constructor.