Click or drag to resize
IngredientPageBeginAsync Method
Begins the animation provided as its parameter asynchronously .

Namespace: foodez.SharedPages
Assembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task BeginAsync(
	Storyboard storyboard
)

Parameters

storyboard
Type: Windows.UI.Xaml.Media.AnimationStoryboard
The storyboard.

Return Value

Type: Task

[Missing <returns> documentation for "M:foodez.SharedPages.IngredientPage.BeginAsync(Windows.UI.Xaml.Media.Animation.Storyboard)"]

See Also