Kanzi 3.9.10
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.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.StackLayoutConcept")
 Metaclass for StackLayoutConcept.
 
DynamicPropertyType< BooleanReversedProperty
 Defines whether the stack layout arranges its items in reverse order.
 

Detailed Description

Metadata definitions for StackLayoutConcept.

Member Data Documentation

◆ DirectionProperty

Initial value:
=
new DynamicPropertyType<>("StackLayoutConcept.Direction", LayoutDirection.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.