C# 클래스 Signal.Xaml.ExtendedVisualStateManager

상속: Windows.UI.Xaml.VisualStateManager
파일 보기 프로젝트 열기: smndtrl/Signal-UWP

공개 메소드들

메소드 설명
GoToElementState ( FrameworkElement element, string stateName, bool useTransitions ) : bool

보호된 메소드들

메소드 설명
GoToStateCore ( Control control, FrameworkElement stateGroupsRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions ) : bool

비공개 메소드들

메소드 설명
FindNearestStatefulFrameworkElement ( FrameworkElement element ) : FrameworkElement
GoToStateInternal ( FrameworkElement stateGroupsRoot, string stateName, bool useTransitions ) : bool
TryGetState ( FrameworkElement element, string stateName, VisualStateGroup &group, VisualState &state ) : bool

메소드 상세

GoToElementState() 공개 정적인 메소드

public static GoToElementState ( FrameworkElement element, string stateName, bool useTransitions ) : bool
element Windows.UI.Xaml.FrameworkElement
stateName string
useTransitions bool
리턴 bool

GoToStateCore() 보호된 메소드

protected GoToStateCore ( Control control, FrameworkElement stateGroupsRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions ) : bool
control Windows.UI.Xaml.Controls.Control
stateGroupsRoot Windows.UI.Xaml.FrameworkElement
stateName string
group Windows.UI.Xaml.VisualStateGroup
state Windows.UI.Xaml.VisualState
useTransitions bool
리턴 bool