PageTransitionCollectionMetadata
¶
Defines properties and message types for PageTransitionCollection.
Inherits properties and message types from ResourceMetadata.
PageTransitionCollectionMetadata.DurationProperty¶ | The duration of a Page node transition (in milliseconds). |
PageTransitionCollectionMetadata.FromProperty¶ | The selection criteria for the source Page node. Use * for any Page node. |
PageTransitionCollectionMetadata.ToProperty¶ | The selection criteria for the target Page node. Use * for any Page node. |
PageTransitionCollectionMetadata.DirectionProperty¶ | Defines whether the transition is unidirectional (one way) or bidirectional (two way). |
PageTransitionCollectionMetadata.AnimationTargetProperty¶ | Defines the animation target, either page transitioning in or page transitioning out. |
PageTransitionCollectionMetadata.PropertyTypeProperty¶ | Defines which property to animate. |
PageTransitionCollectionMetadata.StartValueProperty¶ | The starting value for the animation. |
PageTransitionCollectionMetadata.EndValueProperty¶ | The ending value for the animation. |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.