Table of Contents

Method GetPlacementBehavior

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetPlacementBehavior(ICollection<DesignItem>)

Gets the placement behavior associated with the specified items.

public static IPlacementBehavior GetPlacementBehavior(ICollection<DesignItem> items)

Parameters

items ICollection<DesignItem>

Returns

IPlacementBehavior

GetPlacementBehavior(ICollection<DesignItem>, out List<DesignItem>, PlacementType)

Gets the placement behavior associated with the specified items.

public static IPlacementBehavior GetPlacementBehavior(ICollection<DesignItem> items, out List<DesignItem> moveableItems, PlacementType placementType)

Parameters

items ICollection<DesignItem>
moveableItems List<DesignItem>
placementType PlacementType

Returns

IPlacementBehavior