VisualStateChangedEventArgs.Control 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取正在转换状态的元素。
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
属性值
如果 VisualStateGroup 在 ControlTemplate 内,即为正在转换状态的元素,否则为 null
。
注解
VisualStateGroup在不在某个ControlTemplate属性上FrameworkElement设置时,该Control属性应null
使用该StateGroupsRoot属性。