LayoutType Enumeration

The layout attribute gives you easy, per-element control over how your element should render on screen.

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum LayoutType
Members
  Member nameValueDescription
Nodisplay1 works like display: none style.
Fixed2
Responsive3 fills container automatically to aspect ratio
FixedHeight4 keeps the specified height unchanged
Fill5
Container6 lets its children define its size, like a normal div
Flex7 works like display:flex style
Intrinsic8 responsive until it reaches its height and width
See Also