Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets the element that is transitioning states.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property FrameworkElement^ Control {
	FrameworkElement^ get();
}

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
Return to top
Show:
© 2017 Microsoft