Kanzi 3.9.10
FlowLayoutConceptMetadata Interface Reference

Metadata definitions for FlowLayoutConcept. More...

Inheritance diagram for FlowLayoutConceptMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.FlowLayoutConcept")
 Metaclass for FlowLayoutConcept.
 
DynamicPropertyType< FlowLayoutConceptEnums.LayoutDirectionPrimaryDirectionProperty
 The direction along which the layout arranges items until the layout limit in that direction is reached.
 
DynamicPropertyType< FlowLayoutConceptEnums.LayoutDirectionSecondaryDirectionProperty
 The direction along which the flow layout arranges lines of the primary direction.
 

Detailed Description

Metadata definitions for FlowLayoutConcept.

Member Data Documentation

◆ PrimaryDirectionProperty

Initial value:
=
new DynamicPropertyType<>(
"FlowLayoutConcept.PrimaryDirection", FlowLayoutConceptEnums.LayoutDirection.class)

The direction along which the layout arranges items until the layout limit in that direction is reached.

◆ SecondaryDirectionProperty

Initial value:
=
new DynamicPropertyType<>(
"FlowLayoutConcept.SecondaryDirection", FlowLayoutConceptEnums.LayoutDirection.class)

The direction along which the flow layout arranges lines of the primary direction.