Class VisualState
Inheritance
System.Object
VisualState
Namespace: ArtOfTest.WebAii.Design.UI.WPFToolkit
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class VisualState : DependencyObject
Constructors
VisualState()
Declaration
public VisualState()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Storyboard
Declaration
public Storyboard Storyboard { get; set; }
Property Value
System.Windows.Media.Animation.Storyboard
|