VisualStateChangedEventArgs.StateGroupsRoot 속성

정의

VisualStateManager가 들어 있는 루트 요소를 가져옵니다.

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

속성 값

FrameworkElement

VisualStateManager가 들어 있는 루트 요소입니다.

적용 대상