C# Class Signal.Xaml.ExtendedVisualStateManager

Inheritance: Windows.UI.Xaml.VisualStateManager
Afficher le fichier Open project: smndtrl/Signal-UWP

Méthodes publiques

Méthode Description
GoToElementState ( FrameworkElement element, string stateName, bool useTransitions ) : bool

Méthodes protégées

Méthode Description
GoToStateCore ( Control control, FrameworkElement stateGroupsRoot, string stateName, VisualStateGroup group, VisualState state, bool useTransitions ) : bool

Private Methods

Méthode Description
FindNearestStatefulFrameworkElement ( FrameworkElement element ) : FrameworkElement
GoToStateInternal ( FrameworkElement stateGroupsRoot, string stateName, bool useTransitions ) : bool
TryGetState ( FrameworkElement element, string stateName, VisualStateGroup &group, VisualState &state ) : bool

Method Details

GoToElementState() public static méthode

public static GoToElementState ( FrameworkElement element, string stateName, bool useTransitions ) : bool
element Windows.UI.Xaml.FrameworkElement
stateName string
useTransitions bool
Résultat bool

GoToStateCore() protected méthode

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
Résultat bool