LayoutType
LayoutType enumeration
The layout attribute gives you easy, per-element control over how your element should render on screen.
Members
| Member name | Description |
|---|---|
| NODISPLAY | works like display: none style. |
| FIXED | |
| RESPONSIVE | fills container automatically to aspect ratio |
| FIXED_HEIGHT | keeps the specified height unchanged |
| FILL | |
| 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 |
See Also
- namespace aspose.email.amp
- assembly Aspose.Email