Intersoft.Client.Framework Namespace > Utility Class : GetStoryboard Method |
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 )
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