Package | com.adobe.portfolio.skins |
Class | public class CustomShapeSkin |
Inheritance | CustomShapeSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
hostComponent : CustomShape | CustomShapeSkin | ||
innerStroke : Rect | CustomShapeSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | CustomShapeSkin |
Method | Defined By | ||
---|---|---|---|
skin1_creationCompleteHandler(event:FlexEvent):void | CustomShapeSkin |
hostComponent | property |
public var hostComponent:CustomShape
This property can be used as the source for data binding.
innerStroke | property |
public var innerStroke:Rect
This property can be used as the source for data binding.
CustomShapeSkin | () | Constructor |
public function CustomShapeSkin()
Constructor.
skin1_creationCompleteHandler | () | method |
protected function skin1_creationCompleteHandler(event:FlexEvent):void
Parameters
event:FlexEvent |