Class VisualState
A visual state that can be transitioned into.
Inheritance
System.Object
VisualState
Namespace: Syncfusion.Windows
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class VisualState : DependencyObject
Constructors
VisualState()
Declaration
public VisualState()
Properties
Name
The name of the VisualState.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Storyboard
Storyboard defining the values of properties in this visual state.
Declaration
public Storyboard Storyboard { get; set; }
Property Value
Type |
---|
System.Windows.Media.Animation.Storyboard |