ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Manager2 Class / GetStoryboardFromTag Method / GetStoryboardFromTag(Int32,Object) Method
The id.
The tag object. This parameter can be null.

In This Topic
    GetStoryboardFromTag(Int32,Object) Method
    In This Topic
    Gets the storyboard from tag.
    Syntax
    'Declaration
     
    Public Overloads Function GetStoryboardFromTag( _
       ByVal id As Integer, _
       Optional ByVal tagObject As Object _
    ) As Storyboard2
    public Storyboard2 GetStoryboardFromTag( 
       int id,
       object tagObject
    )

    Parameters

    id
    The id.
    tagObject
    The tag object. This parameter can be null.

    Return Value

    A storyboard associated with this tag.
    See Also