Metadata definitions for PageTransitionCollection. More...
Public Attributes | |
| DynamicPropertyType< PageTransitionCollectionEnums.Transition.AnimationTarget > | AnimationTargetProperty |
| Defines the animation target, either page transitioning in or page transitioning out. | |
| DynamicPropertyType< PageTransitionCollectionEnums.Transition.Direction > | DirectionProperty |
| Defines whether the transition is unidirectional (one way) or bidirectional (two way). | |
| DynamicPropertyType< Integer > | DurationProperty |
| The duration of a Page node transition (in milliseconds). | |
| DynamicPropertyType< String > | EndValueProperty |
| The ending value for the animation. | |
| DynamicPropertyType< String > | FromProperty |
| The selection criteria for the source Page node. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PageTransitionCollection") |
| Metaclass for PageTransitionCollection. | |
| DynamicPropertyType< String > | PropertyTypeProperty |
| Defines which property to animate. | |
| DynamicPropertyType< String > | StartValueProperty |
| The starting value for the animation. | |
| DynamicPropertyType< String > | ToProperty |
| The selection criteria for the target Page node. | |
Public Attributes inherited from ResourceMetadata | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Resource") |
| Metaclass for Resource. | |
Metadata definitions for PageTransitionCollection.
| DynamicPropertyType<PageTransitionCollectionEnums.Transition.AnimationTarget> AnimationTargetProperty |
Defines the animation target, either page transitioning in or page transitioning out.
Defined in ui/node/page_transition_collection.cpp as PageTransitionAnimationAnimationTargetProperty.
| DynamicPropertyType<PageTransitionCollectionEnums.Transition.Direction> DirectionProperty |
Defines whether the transition is unidirectional (one way) or bidirectional (two way).
Defined in ui/node/page_transition_collection.cpp as PageTransitionDirectionProperty.
| DynamicPropertyType<Integer> DurationProperty |
The duration of a Page node transition (in milliseconds).
| DynamicPropertyType<String> EndValueProperty |
The ending value for the animation.
| DynamicPropertyType<String> FromProperty |
The selection criteria for the source Page node.
Use * for any Page node.
| DynamicPropertyType<String> PropertyTypeProperty |
Defines which property to animate.
| DynamicPropertyType<String> StartValueProperty |
The starting value for the animation.
| DynamicPropertyType<String> ToProperty |
The selection criteria for the target Page node.
Use * for any Page node.