TransitionManager Constructors
Allows you to implement animated transitions between control states.| Name | Parameters | Description |
|---|---|---|
| TransitionManager() | none | Initializes a new instance of the TransitionManager class with the default settings. |
| TransitionManager(IContainer) | container | Initializes a new instance of the TransitionManager class with the specified settings. |
See Also