Méthode | Description | |
---|---|---|
GetImplementationRoot ( |
Gets the implementation root of the Control. Implements Silverlight's corresponding internal property on Control. |
|
GoToState ( |
Use VisualStateManager to change the visual state of the control.
|
|
TryGetVisualStateGroup ( |
This method tries to get the named VisualStateGroup for the dependency object. The provided object's ImplementationRoot will be looked up in this call.
|
public static GetImplementationRoot ( |
||
dependencyObject | The DependencyObject. | |
Résultat |
public static GoToState ( |
||
control | /// Control whose visual state is being changed. /// | |
useTransitions | bool | /// A value indicating whether to use transitions when updating the /// visual state, or to snap directly to the new visual state. /// |
Résultat | void |
public static TryGetVisualStateGroup ( |
||
dependencyObject | The dependency object. | |
groupName | string | The visual state group's name. |
Résultat |