Class PlacementInformation
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Stores information about the placement of an individual item during a PlacementOperation.
public sealed class PlacementInformation
- Inheritance
-
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()
Returns a string that represents the current object.