Class ActivateStateAction
- Namespace
- Microsoft.Xaml.Behaviors.Core
- Assembly
- Microsoft.Xaml.Behaviors.dll
public sealed class ActivateStateAction : PrototypingActionBase, IAttachedObject
- Inheritance
-
ActivateStateAction
- Implements
-
- Inherited Members
-
Constructors
ActivateStateAction()
public ActivateStateAction()
Fields
TargetScreenProperty
public static readonly DependencyProperty TargetScreenProperty
Field Value
- DependencyProperty
TargetStateProperty
public static readonly DependencyProperty TargetStateProperty
Field Value
- DependencyProperty
Properties
TargetScreen
public string TargetScreen { get; set; }
Property Value
- string
TargetState
public string TargetState { get; set; }
Property Value
- string
Methods
CreateInstanceCore()
protected override Freezable CreateInstanceCore()
Returns
- Freezable
Invoke(object)
protected override void Invoke(object parameter)
Parameters
parameter
object