DiagramQueryItemSnappingEventArgs Properties
Provides data for the DiagramControl.QueryItemSnapping event.Name | Description |
---|---|
Allow | Specifies whether to snap of diagram items. |
Item | Returns the item that is being dragged by the end-user. |
SnapTo | Returns the diagram item to which the item being dragged by the end-user can be snapped. |
See Also