Method ArrangeItems
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
ArrangeItems(IEnumerable<DesignItem>, ArrangeDirection)
Arranges given items to the specified direction.
public static void ArrangeItems(IEnumerable<DesignItem> items, ArrangeDirection arrangeDirection)
Parameters
items
IEnumerable<DesignItem>List of items that will be arranged.
arrangeDirection
ArrangeDirectionDirection of the arrangement.