|
Property Summary |
public
| bottomMargin: Number (write)
|
| Sets how much of the bottom of the graphic will not be stretched. Default value is 20 pixels.
|
|
public
| bottomMargin: Number (read)
|
| Gets how much of the bottom of the graphic will not be stretched.
|
|
public
| margin: Number (write)
|
| Sets the topMargin and bottomMargin to the same value.
|
|
public
| margin: Number (read)
|
| If topMargin and bottomMargin are equal, returns their value, otherwise returns undefined.
|
|
public
| skin: String (write)
|
| Sets the skin to be used in the resizer. This is a string set to the linkage name of a movie clip containing a graphic. The movie clip must be set to export.
|
|
public
| skin: String (read)
|
| Gets the skin used in the resizer.
|
|
public
| topMargin: Number (write)
|
| Sets how much of the top of the graphic will not be stretched. Default value is 20 pixels.
|
|
public
| topMargin: Number (read)
|
| Gets how much of the top of the graphic will not be stretched.
|
|
|
Constructor |
public
| VResizer (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): VResizer |
| Static method used to create an instance of a VResizer on stage at run time.
|
|
|
|