Table of Contents

Method BeforeSetPosition

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

BeforeSetPosition(PlacementOperation)

Is called before SetPosition is called for the placed items. This may update the bounds on the placement operation (e.g. when snaplines are enabled).

public virtual void BeforeSetPosition(PlacementOperation operation)

Parameters

operation PlacementOperation

The placement operation.