Intersoft ClientUI Documentation
GetStoryboardFromVisualState Method



Element that has visual state group.
Group name.
Visual state.
Gets the storyboard from given visual state.
Syntax
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
) 

Parameters

element
Element that has visual state group.
groupName
Group name.
visualState
Visual state.

Return Value

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