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 override void BeforeSetPosition(PlacementOperation operation)
Parameters
operation
PlacementOperationThe placement operation.