Kanzi framework  3.9.1
Kanzi Engine API
page_transition_collection_properties.h File Reference

Variables

static PropertyType< PageTransitionCollection::Transition::AnimationTarget > PageTransitionAnimationAnimationTargetProperty
 PageTransitionAnimationAnimationTarget property. More...
 
static PropertyType< string > PageTransitionAnimationEndValueProperty
 PageTransitionAnimationEndValue property. More...
 
static PropertyType< string > PageTransitionAnimationPropertyTypeProperty
 PageTransitionAnimationPropertyType property. More...
 
static PropertyType< string > PageTransitionAnimationStartValueProperty
 PageTransitionAnimationStartValue property. More...
 
static PropertyType< PageTransitionCollection::Transition::Direction > PageTransitionDirectionProperty
 PageTransitionDirection property. More...
 
static PropertyType< int > PageTransitionDurationProperty
 PageTransitionDuration property. More...
 
static PropertyType< string > PageTransitionFromProperty
 PageTransitionFrom property. More...
 
static PropertyType< string > PageTransitionToProperty
 PageTransitionTo property. More...
 

Variable Documentation

◆ PageTransitionDurationProperty

PropertyType<int> PageTransitionDurationProperty
static

PageTransitionDuration property.

The duration of a Page node transition (in milliseconds). The default value is 500.

See also
setPageTransitionDuration(), getPageTransitionDuration()

◆ PageTransitionFromProperty

PropertyType<string> PageTransitionFromProperty
static

PageTransitionFrom property.

The selection criteria for the source Page node. Use * for any Page node. The default value is "".

See also
setPageTransitionFrom(), getPageTransitionFrom()

◆ PageTransitionToProperty

PropertyType<string> PageTransitionToProperty
static

PageTransitionTo property.

The selection criteria for the target Page node. Use * for any Page node. The default value is "".

See also
setPageTransitionTo(), getPageTransitionTo()

◆ PageTransitionDirectionProperty

PropertyType<PageTransitionCollection::Transition::Direction> PageTransitionDirectionProperty
static

PageTransitionDirection property.

Defines whether the transition is unidirectional (one way) or bidirectional (two way). The default value is PageTransitionCollection::Transition::Bidirectional.

See also
setPageTransitionDirection(), getPageTransitionDirection()

◆ PageTransitionAnimationPropertyTypeProperty

PropertyType<string> PageTransitionAnimationPropertyTypeProperty
static

PageTransitionAnimationPropertyType property.

Defines which property to animate. The default value is "".

See also
setPageTransitionAnimationPropertyType(), getPageTransitionAnimationPropertyType()

◆ PageTransitionAnimationAnimationTargetProperty

PropertyType<PageTransitionCollection::Transition::AnimationTarget> PageTransitionAnimationAnimationTargetProperty
static

PageTransitionAnimationAnimationTarget property.

Defines the animation target, either page transitioning in or page transitioning out. The default value is PageTransitionCollection::Transition::PageIn.

See also
setPageTransitionAnimationAnimationTarget(), getPageTransitionAnimationAnimationTarget()

◆ PageTransitionAnimationStartValueProperty

PropertyType<string> PageTransitionAnimationStartValueProperty
static

PageTransitionAnimationStartValue property.

The starting value for the animation. The default value is "".

See also
setPageTransitionAnimationStartValue(), getPageTransitionAnimationStartValue()

◆ PageTransitionAnimationEndValueProperty

PropertyType<string> PageTransitionAnimationEndValueProperty
static

PageTransitionAnimationEndValue property.

The ending value for the animation. The default value is "".

See also
setPageTransitionAnimationEndValue(), getPageTransitionAnimationEndValue()