Enum Proximity
The position of a cell being dragged relative to the cell it is hovering over
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public enum Proximity
Fields
Name | Description |
---|---|
After | After: the cell being dragged over is biased towards the right/bottom of the cell it is hovering over. |
Aligned | Center: the cell being dragged over is centered over the cell it is hovering over. |
Before | Before: the cell being dragged over is biased towards the left/top of the cell it is hovering over. |
None | None: Can't be calculated or the cell being dragged isn't hovering over. |