GoToStateAction.UseTransitions Property
Gets or sets whether or not to use a VisualTransition to transition between states. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property UseTransitions As Boolean
public bool UseTransitions { get; set; }
public:
property bool UseTransitions {
bool get ();
void set (bool value);
}
member UseTransitions : bool with get, set
function get UseTransitions () : boolean
function set UseTransitions (value : boolean)
Property Value
Type: System.Boolean
true if VisualTransition is used to transition between states; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.