DiagramQueryItemSnappingEventArgs.SnapTo Property
In This Article
Returns the diagram item to which the item being dragged by the end-user can be snapped.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramItem SnapTo { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also