Movie Maker Timeline Control

SetScale Method

Description

Set the scale for zooming the timeline.

Syntax

Public Function SetScale Method( _
   ByVal scale as float
   )

 

Parameter

scale
   the scale value of zoom in our zoom out of the timeline. 1.0 is 100% size of the timeline. 0.5 is 50% size of the timeline.


No Return Value
 
 

Example

Visual Basic Syntax
 TimelineControl1.SetScale 0.5