VisualStateChangedEventArgs.Control 属性

定义

获取正在转换状态的元素。

public:
 property System::Windows::FrameworkElement ^ Control { System::Windows::FrameworkElement ^ get(); };
public System.Windows.FrameworkElement Control { get; }
member this.Control : System.Windows.FrameworkElement
Public ReadOnly Property Control As FrameworkElement

属性值

FrameworkElement

如果 VisualStateGroupControlTemplate 内,即为正在转换状态的元素,否则为 null

注解

VisualStateGroup在不在某个ControlTemplate属性上FrameworkElement设置时,该Control属性应null使用该StateGroupsRoot属性。

适用于