ComponentOne Bitmap for UWP
GetStoryboardFromTag(Int32,Object) Method

C1.UWP.DX Assembly > C1.Util.DX.Animation Namespace > Manager2 Class > GetStoryboardFromTag Method : GetStoryboardFromTag(Int32,Object) Method
The id.
The tag object. This parameter can be null.
Gets the storyboard from tag.
Syntax
'Declaration
 
Public Overloads Function GetStoryboardFromTag( _
   ByVal id As System.Integer, _
   Optional ByVal tagObject As System.Object _
) As Storyboard2
public Storyboard2 GetStoryboardFromTag( 
   System.int id,
   System.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

Reference

Manager2 Class
Manager2 Members
Overload List