Click or drag to resize
VisualStateGroupCurrentState Property
Gets the most recently set VisualState from a successful call to the GoToState method.

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

Property Value

Type: VisualState
See Also