Table of Contents

Enum LayoutType

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public enum LayoutType
Extension Methods

Fields

Absolute = 0

Fastest rendering

Column = 1

Vertical stack

Grid = 4

Use usual grid properties like Grid.Stack, ColumnSpacing etc

Row = 2

Horizontal stack

Wrap = 3

Think of wrap panel