LayoutType
LayoutType enumeration (8 values)
The layout attribute gives you easy, per-element control over how your element should render on screen.
| Value | Description |
|---|---|
| Nodisplay | works like display: none style. |
| Fixed | fixed width & height |
| Responsive | fills container automatically to aspect ratio |
| FixedHeight | keeps the specified height unchanged |
| Fill | fills available height & width |
| Container | lets its children define its size, like a normal div |
| Flex | works like display:flex style |
| Intrinsic | responsive until it reaches its height and width |