#include <kanzi/interop/autogen/core.ui/node/node_enums.hpp>
|
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...
|
|
◆ 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: