Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::interop::FlowLayoutConceptEnums Struct Reference

#include <kanzi/interop/autogen/ui/node/concept/flow_layout_enums.hpp>

Public Types

enum  LayoutDirection {
  DirectionLeftToRight, DirectionRightToLeft, DirectionTopToBottom, DirectionBottomToTop,
  DirectionNearToFar, DirectionFarToNear
}
 Direction (or axis) of the layout, used in both primary and secondary direction. More...
 

Member Enumeration Documentation

Direction (or axis) of the layout, used in both primary and secondary direction.

Enumerator
DirectionLeftToRight 

Left to right direction.

DirectionRightToLeft 

Left to right direction.

DirectionTopToBottom 

Top to bottom direction.

DirectionBottomToTop 

Bottom to top direction.

DirectionNearToFar 

Near to far direction.

DirectionFarToNear 

Far to near direction.


The documentation for this struct was generated from the following file: