PlacementType Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Describes how a placement is done.
Inheritance
System.Object
PlacementType
Syntax
public sealed class 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. |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()