Packageutils.containers
Classpublic class CustomizableCanvas
InheritanceCustomizableCanvas Inheritance spark.components.BorderContainer

CustomizableCanvas.mxml Custom Container with options to interactively set some properties such as background color.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  backgroundColor : uint
CustomizableCanvas
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
CustomizableCanvas
Public Methods
 MethodDefined By
  
Constructor.
CustomizableCanvas
  
onColorPickerOpen(event:DropdownEvent):void
CustomizableCanvas
Property Detail
backgroundColorproperty
backgroundColor:uint


Implementation
    public function get backgroundColor():uint
    public function set backgroundColor(value:uint):void
skinPartsproperty 
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
Constructor Detail
CustomizableCanvas()Constructor
public function CustomizableCanvas()

Constructor.

Method Detail
onColorPickerOpen()method
public function onColorPickerOpen(event:DropdownEvent):void

Parameters

event:DropdownEvent