Kanzi 3.9.10
ScrollViewConceptMetadata.SnapMessageArguments Interface Reference

Metadata definitions for SnapMessageArguments. More...

Inheritance diagram for ScrollViewConceptMetadata.SnapMessageArguments:
[legend]

Public Attributes

AbstractMetaclass metaclass
 Metaclass for SnapMessageArguments.
 
DynamicPropertyType< Vector2SnapDirectionProperty
 Sets the direction of a snap request.
 
DynamicPropertyType< Vector2SnapPositionProperty
 Sets the target of a snap request.
 

Detailed Description

Metadata definitions for SnapMessageArguments.

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.ScrollViewConcept.SnapMessageArguments")

Metaclass for SnapMessageArguments.

◆ SnapDirectionProperty

DynamicPropertyType<Vector2> SnapDirectionProperty
Initial value:
=
new DynamicPropertyType<>("MessageArgument.ScrollView.SnapDirection", Vector2.class)

Sets the direction of a snap request.

◆ SnapPositionProperty

DynamicPropertyType<Vector2> SnapPositionProperty
Initial value:
=
new DynamicPropertyType<>("MessageArgument.ScrollView.SnapPosition", Vector2.class)

Sets the target of a snap request.