ClassVisualStateGroup
Class
A group of mutually exclusive visual states.
Definition
Namespace:ArtOfTest.WebAii.Design.UI.WPFToolkit
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class VisualStateGroup : DependencyObject
Inheritance: objectDispatcherObjectDependencyObjectVisualStateGroup
Inherited Members
Constructors
VisualStateGroup()
Declaration
cs-api-definition
public VisualStateGroup()
Properties
Name
The Name of the VisualStateGroup.
States
VisualStates in the group.
Transitions
Transitions between VisualStates in the group.
Events
CurrentStateChanged
Raised when transition begins
Declaration
cs-api-definition
public event EventHandler<VisualStateChangedEventArgs> CurrentStateChanged
Event Value
CurrentStateChanging
Raised when transition ends and new state storyboard begins.
Declaration
cs-api-definition
public event EventHandler<VisualStateChangedEventArgs> CurrentStateChanging
Event Value