Packagemx.skins.halo
Classpublic class DefaultDragImage
InheritanceDefaultDragImage Inheritance SpriteAsset Inheritance FlexSprite Inheritance flash.display.Sprite
Implements IFlexDisplayObject

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The default drag proxy image for a drag and drop operation.

See also

mx.managers.DragManager


Public Properties
 PropertyDefined By
 InheritedborderMetrics : EdgeMetrics
[read-only] Returns an EdgeMetrics object for the border that has four properties: left, top, right, and bottom.
SpriteAsset
 InheritedlayoutDirection : String
Specifies the desired layout direction for an element: one of LayoutDirection.LTR (left to right), LayoutDirection.RTL (right to left), or null (inherit).
SpriteAsset
 InheritedmeasuredHeight : Number
[read-only] The measured height of this object.
SpriteAsset
 InheritedmeasuredWidth : Number
[read-only] The measured width of this object.
SpriteAsset
Public Methods
 MethodDefined By
  
Constructor.
DefaultDragImage
 Inherited
An element must call this method when its layoutDirection changes or when its parent's layoutDirection changes.
SpriteAsset
 Inherited
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
SpriteAsset
 Inherited
setActualSize(newWidth:Number, newHeight:Number):void
Sets the actual size of this object.
SpriteAsset
 Inherited
toString():String
[override] Returns a string indicating the location of this object within the hierarchy of DisplayObjects in the Application.
FlexSprite
Constructor Detail
DefaultDragImage()Constructor
public function DefaultDragImage()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.