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

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

Public Types

enum  GridDirection { GridDirectionRight, GridDirectionDown }
 Direction of layout of grid layout. Items which don't have fixed ColumnProperty and RowProperty are laid out in this direction. More...
 

Member Enumeration Documentation

Direction of layout of grid layout. Items which don't have fixed ColumnProperty and RowProperty are laid out in this direction.

Enumerator
GridDirectionRight 

Layout first right, then down.

GridDirectionDown 

Layout first down, then right.


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