Share via


Conditional behaviors (Blend SDK for Silverlight)

In Blend for Visual Studio 2012, you can use conditional behaviors to link an action to event when a comparison evaluates to True. You can quickly apply conditions to actions by creating and modifying conditions in the Properties panel.

Blend conditional behaviors

The following conditional behaviors are available in Blend:

SketchFlow conditional behaviors

The following conditional behaviors are available in SketchFlow:

  • NavigateBackAction   Use the NavigateBackAction action to navigate back to a screen you were previously viewing. The NavigateBackAction action functions in the same way as the Back button in the SketchFlow Player.

    For more information about this action, see NavigateBackAction (Blend SDK for Silverlight).

  • NavigateForwardAction   Use the NavigateForwardAction action to navigate forward to a screen you were viewing before navigating back to a previous screen. The NavigateForwardAction action functions in the same way as the Forward button in the SketchFlow Player.

    For more information about this action, see NavigateForwardAction (Blend SDK for Silverlight).

  • NavigateToScreenAction   Use the NavigateToScreenAction action to specify navigation between screens.

    For more information about this action, see NavigateToScreenAction (Blend SDK for Silverlight).

  • NavigationMenuAction   Use the NavigationMenuAction action to associate a particular state with a particular screen. This is particularly useful if you are trying to mimic user navigation while preserving the navigation path and visual states that represent the user's interaction with a navigation menu.

    For more information about this action, see NavigationMenuAction (Blend SDK for Silverlight).

  • PlaySketchFlowAnimationAction   Use the PlaySketchFlowAnimationAction action if you want to play a SketchFlow animation in response to a user's interaction with your prototype.

    For more information about this action, see PlaySketchFlowAnimationAction (Blend SDK for Silverlight).

  • RemoveItemInListBoxAction   Use the RemoveItemInListBoxAction action to demonstrate removing an item from a list box.

    The RemoveItemInListBoxAction action works only inside a data template, and only to remove the list-box item that it is associated with from the from the data-bound list box in which it resides.

    For more information about this action, see RemoveItemInListboxAction (Blend SDK for Silverlight).

Note

You can use all of the behaviors in available in Blend in SketchFlow projects. However, SketchFlow behaviors are available only in SketchFlow projects.

See Also

Concepts

Working with built-in behaviors (Blend SDK for Silverlight)

Working with SketchFlow behaviors (Blend SDK for Silverlight)