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 屬性。