IStrategyManager Methods
Provides the methods to manage strategies.Name | Description |
---|---|
CreateStrategy(DependencyObject) | |
CreateWindowStrategy(DependencyObject) | |
RegisterStrategy<TTarget, TStrategy>() | Registers a custom strategy for the specified control’s type. |
RegisterWindowStrategy<TTarget, TStrategy>() |
See Also