'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.