Share via


DataStateBehavior.TrueState Property

Gets or sets the name of the visual state to transition to when the condition is met. This is a dependency property.

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

Syntax

'Declaration
Public Property TrueState As String
'Usage
Dim instance As DataStateBehavior
Dim value As String

value = instance.TrueState

instance.TrueState = value
public string TrueState { get; set; }
public:
property String^ TrueState {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TrueState ()

/** @property */
public void set_TrueState (String value)
public function get TrueState () : String

public function set TrueState (value : String)

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

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