ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Storyboard2 Class / Create Method
The manager.

In This Topic
    Create Method (Storyboard2)
    In This Topic
    Initializes a new instance of the Storyboard2 class.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal manager As Manager2 _
    ) As Storyboard2
    public static Storyboard2 Create( 
       Manager2 manager
    )

    Parameters

    manager
    The manager.
    See Also