Leadtools.Windows.Media.Transitions Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Begin Method
See Also 
Leadtools.Windows.Media.Transitions Namespace > SlideTransition Class : Begin Method



Applies the SlideTransition to the target object referenced by the TargetObject property.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Begin() 
Visual Basic (Usage)Copy Code
Dim instance As SlideTransition
 
instance.Begin()
C# 
public override void Begin()
C++/CLI 
public:
void Begin(); override 

Example

For C#/VB examples, refer to SlideTransition.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also