Table of Contents

Class LayoutStructure

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class LayoutStructure : DynamicGrid<ControlInStack>
Inheritance
LayoutStructure
Inherited Members
Extension Methods

Constructors

LayoutStructure()

public LayoutStructure()

LayoutStructure(List<List<ControlInStack>>)

public LayoutStructure(List<List<ControlInStack>> grid)

Parameters

grid List<List<ControlInStack>>

Methods

Append(List<List<ControlInStack>>)

public void Append(List<List<ControlInStack>> grid)

Parameters

grid List<List<ControlInStack>>

Clone()

Returns a new instance of LayoutStructure with the same items. This performs a shallow copy of the existing structure.

public LayoutStructure Clone()

Returns

LayoutStructure

GetForIndex(int)

public ControlInStack GetForIndex(int index)

Parameters

index int

Returns

ControlInStack