Method GetPosition
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetPosition(PlacementOperation, DesignItem)
Gets the original position of the child item.
public virtual Rect GetPosition(PlacementOperation operation, DesignItem item)
Parameters
operation
PlacementOperationThe PlacementOperation is a holder of a container.
item
DesignItemDesignItem
to check up.
Returns
- Rect
The Rectangle determines the position of the item.