다음을 통해 공유


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 에 설정 되어를 FrameworkElement 의 일부가 아닌를 ControlTemplate, Control 속성은 null 사용 해야는 StateGroupsRoot 속성.

적용 대상