메소드 | 설명 | |
---|---|---|
GetImplementationRoot ( |
Gets the implementation root of the Control. Implements Silverlight's corresponding internal property on 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. | |
리턴 |
public static TryGetVisualStateGroup ( |
||
dependencyObject | The dependency object. | |
groupName | string | The visual state group's name. |
리턴 | System.Windows.VisualStateGroup |