Table of Contents

Method CanPlace

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

CanPlace(IEnumerable<DesignItem>, PlacementType, PlacementAlignment)

Indicates whether the child element can be moved, resized, and so on.

public virtual bool CanPlace(IEnumerable<DesignItem> childItems, PlacementType type, PlacementAlignment position)

Parameters

childItems IEnumerable<DesignItem>

List of child items.

type PlacementType

The placement type.

position PlacementAlignment

The placement alignment.

Returns

bool

Always true by default. Derived classes should override this behavior.