The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
VisualStateChangedEventArgs::Control Property
.NET Framework (current version)
Gets the element that is transitioning states.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows::FrameworkElement^The element that is transitioning states if the VisualStateGroup is in a ControlTemplate; otherwise, null.
When the VisualStateGroup is set on a FrameworkElement that is not in a ControlTemplate, the Control property is null and you should use the StateGroupsRoot property.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: