Table of Contents

Method CanPlaceItem

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

CanPlaceItem(PlacementInformation)

Indicates whether the element can placed according to the placement information.

public virtual bool CanPlaceItem(PlacementInformation info)

Parameters

info PlacementInformation

Placement information to process.

Returns

bool

Always true; derived classes can override this behavior.