DataStateBehavior.FalseState Property

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

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

Syntax

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

value = instance.FalseState

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

/** @property */
public void set_FalseState (String value)
public function get FalseState () : String

public function set FalseState (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