Class PlacementType
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Describes how a placement is done.
public sealed class PlacementType
- Inheritance
-
PlacementType
Fields
- AddItem
Adding an element to a specified position in the container. AddItem is used when dragging a toolbox item to the design surface.
- Delete
Not a "real" placement, but deleting the element.
- Move
Placement is done by moving an element in a drag'n'drop operation.
- MoveAndIgnoreOtherContainers
Placement is done by moving an element for Example via Keyboard!
- MovePoint
Placement is done by Moving a inner Point (for Example on Path, Line, ...)
- PasteItem
Inserting from Cliboard
- Resize
Placement is done by resizing an element in a drag'n'drop operation.
Methods
- Register(string)
Creates a new unique PlacementKind.
- ToString()
Gets the name used to register this PlacementType.