Packageorg.apache.flex.core
Interfacepublic interface IStyleObject

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IStyleObject interface is the interface for objects that contain style properties.



Public Properties
 PropertyDefined By
  object : IStyleableObject
[write-only] The object these properties apply to.
IStyleObject
Property Detail
objectproperty
object:IStyleableObject  [write-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The object these properties apply to.


Implementation
    public function set object(value:IStyleableObject):void