Enum LayoutType

LayoutType enumeration

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

public enum LayoutType

Values

NameValueDescription
Nodisplay1works like display: none style.
Fixed2
Responsive3fills container automatically to aspect ratio
FixedHeight4keeps the specified height unchanged
Fill5
Container6lets its children define its size, like a normal div
Flex7works like display:flex style
Intrinsic8responsive until it reaches its height and width

See Also