Kanzi  3.9.5
Java API
StackLayoutConceptMetadata Interface Reference

Metadata definitions for StackLayoutConcept. More...

Inheritance diagram for StackLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > DirectionProperty
 Defines the axis along which the stack layout arranges its items. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.StackLayoutConcept")
 Metaclass for StackLayoutConcept.
 
DynamicPropertyType< Boolean > ReversedProperty
 Defines whether the stack layout arranges its items in reverse order. More...
 

Detailed Description

Metadata definitions for StackLayoutConcept.

Member Data Documentation

◆ DirectionProperty

DynamicPropertyType<Integer> DirectionProperty
Initial value:
=
new DynamicPropertyType<>("StackLayoutConcept.Direction", Integer.class)

Defines the axis along which the stack layout arranges its items.

◆ ReversedProperty

DynamicPropertyType<Boolean> ReversedProperty
Initial value:
=
new DynamicPropertyType<>("StackLayoutConcept.Reversed", Boolean.class)

Defines whether the stack layout arranges its items in reverse order.