PlacementInformation Class
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Stores information about the placement of an individual item during a PlacementOperation.
Inheritance
System.Object
PlacementInformation
Syntax
public sealed class PlacementInformation
Fields
BoundsPrecision | The designer rounds bounds to this number of digits to avoid floating point errors. Value: 0 |
Properties
Bounds | Gets/sets the current bounds of the item. |
Item | The item being placed. |
Operation | The PlacementOperation to which this PlacementInformation belongs. |
OriginalBounds | Gets/sets the original bounds. |
ResizeThumbAlignment | Gets/sets the alignment of the resize thumb used to start the operation. |
Methods
ToString() |
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()