Summary
A ContentControl that animates content as it loads and unloads.
- Namespace
- MahApps
.Metro .Controls - Base Types
-
- ContentControl
graph BT
Type-->Base0["ContentControl"]
Type["TransitioningContentControl"]
class Type type-node
Syntax
public class TransitioningContentControl : ContentControl
Constructors
Name | Summary |
---|---|
Transitioning |
Events
Name | Type | Summary |
---|---|---|
TransitionCompleted | RoutedEventHandler |
Fields
Name | Constant Value | Summary |
---|---|---|
Custom |
static
|
|
Custom |
static
|
|
Default |
0 |
static
|
Is |
static
|
|
Restart |
static
|
|
TransitionProperty |
static
|
Properties
Name | Value | Summary |
---|---|---|
CustomVisualStates | ObservableCollection |
|
Custom |
string |
Gets or sets the name of the custom transition visual state.
|
IsTransitioning | bool |
Gets/sets if the content is transitioning.
|
Restart |
bool | |
Transition | TransitionType |
Methods
Name | Value | Summary |
---|---|---|
AbortTransition |
void | |
OnApplyTemplate |
void | |
OnContentChanged |
void | |
On |
void | |
ReloadTransition |
void |
Reload the current transition if the content is the same.
|