Metadata definitions for PageTransitionCollection. More...
Public Attributes | |
DynamicPropertyType< PageTransitionCollectionEnums.Transition.AnimationTarget > | AnimationTargetProperty |
Defines the animation target, either page transitioning in or page transitioning out. More... | |
DynamicPropertyType< PageTransitionCollectionEnums.Transition.Direction > | DirectionProperty |
Defines whether the transition is unidirectional (one way) or bidirectional (two way). More... | |
DynamicPropertyType< Integer > | DurationProperty |
The duration of a Page node transition (in milliseconds). More... | |
DynamicPropertyType< String > | EndValueProperty |
The ending value for the animation. More... | |
DynamicPropertyType< String > | FromProperty |
The selection criteria for the source Page node. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PageTransitionCollection") |
Metaclass for PageTransitionCollection. | |
DynamicPropertyType< String > | PropertyTypeProperty |
Defines which property to animate. More... | |
DynamicPropertyType< String > | StartValueProperty |
The starting value for the animation. More... | |
DynamicPropertyType< String > | ToProperty |
The selection criteria for the target Page node. More... | |
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 |
DynamicPropertyType<String> PropertyTypeProperty |
Defines which property to animate.
DynamicPropertyType<String> StartValueProperty |
The starting value for the animation.
DynamicPropertyType<String> ToProperty |