Share via


GoToStateAction.UseTransitions Property

Determines whether or not to use a VisualTransition to transition between states.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Property UseTransitions As Boolean
'Usage
Dim instance As GoToStateAction
Dim value As Boolean

value = instance.UseTransitions

instance.UseTransitions = value
public bool UseTransitions { get; set; }
public:
property bool UseTransitions {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_UseTransitions ()

/** @property */
public void set_UseTransitions (boolean value)
public function get UseTransitions () : boolean

public function set UseTransitions (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GoToStateAction Class
GoToStateAction Members
Microsoft.Expression.Interactivity.Core Namespace