| Property | Description |
|---|
| Alpha | Gets or sets the transparency value for the VisualElement. (Inherited from VisualElement) |
| Angle | Gets or sets the rotation angle of the VisualElement. (Inherited from VisualElement) |
| Bottom | Gets the distance, in pixels, between the bottom edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| Bounds | Gets the size and location, in pixels, of the VisualElement's bounding box relative to the parent Visual object. (Inherited from VisualElement) |
| ContentLength | Gets the size of the AsyncMovie. |
| CurrentFrame | Gets the current frame of the AsyncMovie. |
| FrameCount | Gets the total number of frames of the AsyncMovie. |
| Handle | Gets the native Flash handle that the VisualElement is bound to. (Inherited from VisualElement) |
| Height | Overriden. Gets or sets the height of the VisualElement's bounding box. |
| IsDisposed | Gets a value indicating whether the VisualElement has been disposed of. (Inherited from VisualElement) |
| IsLoadCompleted | Gets a value indicating whether the loading of the AsyncMovie is completed. |
| IsMask | Gets a value indicating whether the VisualElement is a Mask. (Inherited from VisualElement) |
| Left | Gets the distance, in pixels, between the left edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| LoadSpeed | Gets the speed of the loading of the AsyncMovie. |
| LoadState | Gets the state of loading of the AsyncMovie. |
| LoadTimeout | Gets or sets the loading timeout of the AsyncMovie. |
| LoadedPercentage | Gets the loaded percentage of the AsyncMovie. |
| LoadedSize | Gets the size of the AsyncMovie already loaded. |
| Mask | Gets or sets the Mask of the VisualElement. (Inherited from VisualElement) |
| MovieHeight | Gets the height of the AsyncMovie. |
| MovieWidth | Gets the width of the AsyncMovie. |
| NativeMovie | Gets the native movie of the AsyncMovie. |
| Parent | Gets the parent Visual of the VisualElement. (Inherited from VisualElement) |
| Right | Gets the distance, in pixels, between the right edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| ScaleX | Gets or sets the scale to resize the current VisualElement horizontally. (Inherited from VisualElement) |
| ScaleXY | Sets the scale to resize the current VisualElement. (Inherited from VisualElement) |
| ScaleY | Gets or sets the scale to resize the current VisualElement vertically. (Inherited from VisualElement) |
| Size | Gets the size, in pixels, of the VisualElement's bounding box. (Inherited from VisualElement) |
| Top | Gets the distance, in pixels, between the top edge of the VisualElement's bounding box and the origin of the parent Visual object. (Inherited from VisualElement) |
| Visible | Gets or sets a value indicating whether the VisualElement is displayed. (Inherited from VisualElement) |
| Width | Overriden. Gets or sets the width of the VisualElement's bounding box. |
| X | Gets or sets the horizontal coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement) |
| Y | Gets or sets the vertical coordinate, in pixels, of the origin of this VisualElement relative to the parent Visual object. (Inherited from VisualElement) |