Click or drag to resize
VisualStateStoryboard Property
Gets or sets a Storyboard that defines the appearance of the control when it is the state that is represented by the VisualState.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Storyboard Storyboard { get; set; }

Property Value

Type: Storyboard
See Also