Kanzi 3.9.10
kanzi::interop::NodeEnums Struct Reference

#include <kanzi/interop/autogen/core.ui/node/node_enums.hpp>

Public Types

enum class  ContentStretch {
  None , Fill , Uniform , UniformToFill ,
  Repeat
}
 Content stretch option. More...
 
enum class  DepthAlignment { Back , Front , Center , Stretch }
 Depth alignment options. More...
 
enum class  HorizontalAlignment { Left , Right , Center , Stretch }
 Horizontal alignment options. More...
 
enum class  VerticalAlignment { Bottom , Top , Center , Stretch }
 Vertical alignment options. More...
 

Member Enumeration Documentation

◆ HorizontalAlignment

Horizontal alignment options.

Enumerator
Left 
Right 
Center 
Stretch 

◆ VerticalAlignment

Vertical alignment options.

Enumerator
Bottom 
Top 
Center 
Stretch 

◆ DepthAlignment

Depth alignment options.

Enumerator
Back 
Front 
Center 
Stretch 

◆ ContentStretch

Content stretch option.

Enumerator
None 
Fill 

Content is displayed unstretched in the middle of area.

Uniform 

Content encompasses full area.

UniformToFill 

Content stretched to fill as much of area as possible. If aspect ratios do not match, leave area undrawn.

Repeat 

Content stretched to fill full area. If aspect ratios do not match, clip excess area.


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