Kanzi  3.9.5
Java API
ScrollViewConceptMetadata.ScrollPositionMessageArguments Interface Reference

Metadata definitions for ScrollPositionMessageArguments. More...

Inheritance diagram for ScrollViewConceptMetadata.ScrollPositionMessageArguments:
[legend]

Public Attributes

AbstractMetaclass metaclass
 Metaclass for ScrollPositionMessageArguments. More...
 
DynamicPropertyType< Vector2ScrollPositionProperty
 Sets the x and y axis coordinates for the new scroll position of a Scroll View node. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

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

Metaclass for ScrollPositionMessageArguments.

◆ ScrollPositionProperty

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

Sets the x and y axis coordinates for the new scroll position of a Scroll View node.