Method Start
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Start(ICollection<DesignItem>, PlacementType)
Starts a new placement operation that changes the placement of placedItems
.
public static PlacementOperation Start(ICollection<DesignItem> placedItems, PlacementType type)
Parameters
placedItems
ICollection<DesignItem>The items to be placed.
type
PlacementTypeThe type of the placement.
Returns
- PlacementOperation
A PlacementOperation object.