Kanzi  3.9.8
Kanzi Engine Java API
StackLayoutConceptMetadata Interface Reference

Metadata definitions for StackLayoutConcept. More...

Inheritance diagram for StackLayoutConceptMetadata:
[legend]

Public Attributes

DynamicPropertyType< LayoutDirectionDirectionProperty
 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

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

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

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

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