Intersoft ClientUI Documentation
GetStoryboard Method



A dependency object.
The group name of the story board to be retrieved.
The transition name of the story board to be retrieved.
Gets the story board of the specified source and group.
Syntax
Public Shared Function GetStoryboard( _
   ByVal source As DependencyObject, _
   ByVal stateGroup As String, _
   ByVal newTransition As String _
) As Storyboard
Dim source As DependencyObject
Dim stateGroup As String
Dim newTransition As String
Dim value As Storyboard
 
value = Utility.GetStoryboard(source, stateGroup, newTransition)
public static Storyboard GetStoryboard( 
   DependencyObject source,
   string stateGroup,
   string newTransition
)
public:
static Storyboard^ GetStoryboard( 
   DependencyObject^ source,
   String^ stateGroup,
   String^ newTransition
) 

Parameters

source
A dependency object.
stateGroup
The group name of the story board to be retrieved.
newTransition
The transition name of the story board to be retrieved.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback