Public Types | |
| enum | TransitionDirection { Outgoing , Incoming , Bidirctional } |
| Enumeration for transition direction. More... | |
Public Member Functions | |
| void | AddAnimation (ViewTransitionAnimationGroup animation) |
| Adds transition animation to transition. | |
| ViewTransition | Clone () |
| Clones this transition. | |
| void | RemoveAllAnimations () |
| Removes all animations from this transition. | |
| void | RemoveAnimation (ViewTransitionAnimationGroup animation) |
| Removes transition animation from transition. | |
| void | SetUid (Guid uid) |
| Sets given Uid to this transition, and creates new shared uid for all animation groups within this transition. | |
Properties | |
| IEnumerable< ViewTransitionAnimationGroup > | Animations [get] |
| Returns animations in this transition. | |
| TransitionDirection | Direction [get, set] |
| Direction of the transition. | |
| double | Duration [get, set] |
| Duration of the transition, in ms. | |
| string | MaterialBrush [get, set] |
| Path for material brush. | |
| string | Name [get, set] |
| Returns the name of this transition. | |
| string | SourceCondition [get, set] |
| Criteria for transition source layer. | |
| string | TargetCondition [get, set] |
| Criteria for transition target layer. | |
| Guid | Uid [get, set] |
| Identifier for this item. | |
|
inline |
Adds transition animation to transition.
| animation | Animation to add. |
|
inline |
Clones this transition.
|
inline |
Removes all animations from this transition.
|
inline |
Removes transition animation from transition.
| animation | Animation to remove. |
Sets given Uid to this transition, and creates new shared uid for all animation groups within this transition.
| uid | New Uid for this transition. |
|
get |
Returns animations in this transition.
|
getset |
Direction of the transition.
|
getset |
Duration of the transition, in ms.
|
getset |
Path for material brush.
|
getset |
Returns the name of this transition.
|
getset |
Criteria for transition source layer.
|
getset |
Criteria for transition target layer.
|
getset |
Identifier for this item.