Class GoToStateAction
Inheritance
System.Object
GoToStateAction
Namespace: ArtOfTest.Common.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class GoToStateAction : FrameworkElement
Constructors
GoToStateAction()
Declaration
public GoToStateAction()
Fields
ControlProperty
Declaration
public static readonly DependencyProperty ControlProperty
Field Value
System.Windows.DependencyProperty
|
StateProperty
Declaration
public static readonly DependencyProperty StateProperty
Field Value
System.Windows.DependencyProperty
|
UseTransitionProperty
Declaration
public static readonly DependencyProperty UseTransitionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
State
UIControl
Declaration
public Control UIControl { get; set; }
Property Value
System.Windows.Controls.Control
|
UseTransition
Declaration
public bool UseTransition { get; set; }
Property Value
System.Boolean
|
Methods
OnControlChanged(Control)
Declaration
protected virtual void OnControlChanged(Control control)
Parameters
System.Windows.Controls.Control
control
|