Class RasterPlacementBehavior
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Represents a Raster Placement behavior interface for the designed item.
public class RasterPlacementBehavior : DefaultPlacementBehavior, IPlacementBehavior
- Inheritance
-
RasterPlacementBehavior
- Implements
- Derived
Methods
- 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).
- BeginPlacement(PlacementOperation)
Starts placement mode for this container.
- EndPlacement(PlacementOperation)
Ends placement mode for this container.
- EnterContainer(PlacementOperation)
Let the placed children enter this container.
- LeaveContainer(PlacementOperation)
Remove the placed children from this container.
- PlacePoint(Point)
Returns a placement position.