|
Zoom
Description
Returns or sets the zoom factor for the movie display.
Syntax
[C#/C++]
public long Zoom
[VB.NET]
Public Zoom As Long
| Value |
Description |
| 0 |
Scales movie to fit the display window. |
| 25 |
Displays movie at 1/4 of original size. |
| 50 |
Displays movie at 1/2 of original size. |
| 75 |
Displays movie at 3/4 of original size. |
| 100 |
Displays movie at original size. |
See Also
Smoothing property, Autoscroll
property, BackgroundText property |