| Package | com.flextoolbox.controls |
| Class | public class ZoomFrame |
| Inheritance | ZoomFrame mx.core.ScrollControlBase |
DisplayObject which may be zoomed in or out by
altering the scale property. A border is displayed around
the content if desired.
Default MXML Propertycontent
See also
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| ZoomFrame | ||
| content | property |
content:DisplayObject [read-write]This property can be used as the source for data binding.
Implementation public function get content():DisplayObject
public function set content(value:DisplayObject):void
| scale | property |
scale:Number [read-write]This property can be used as the source for data binding.
Implementation public function get scale():Number
public function set scale(value:Number):void
| ZoomFrame | () | constructor |
public function ZoomFrame()Constructor.