LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Transitions assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Begin Method
See Also 
Leadtools.Windows.Media.Transitions Namespace > LinearWipeTransition Class : Begin Method



The Begin Method supports WPF/Silverlight.

Applies the LinearWipeTransition to the target object referenced by the Leadtools.Windows.Media.Transitions.TransitionBase.TargetObject property.

Syntax

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

Example

For an example, refer to LinearWipeTransition.

Requirements

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

See Also