Class LayoutStructure
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
gridList<List<ControlInStack>>
Methods
Append(List<List<ControlInStack>>)
public void Append(List<List<ControlInStack>> grid)
Parameters
gridList<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
GetForIndex(int)
public ControlInStack GetForIndex(int index)
Parameters
indexint