Intersoft.Client.Framework Namespace > Utility Class : GetStoryboardFromVisualState Method |
Public Shared Function GetStoryboardFromVisualState( _ ByVal element As FrameworkElement, _ ByVal groupName As String, _ ByVal visualState As String _ ) As Storyboard
Dim element As FrameworkElement Dim groupName As String Dim visualState As String Dim value As Storyboard value = Utility.GetStoryboardFromVisualState(element, groupName, visualState)
public static Storyboard GetStoryboardFromVisualState( FrameworkElement element, string groupName, string visualState )
public: static Storyboard^ GetStoryboardFromVisualState( FrameworkElement^ element, String^ groupName, String^ visualState )
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