Skip to main content
A newer version of this page is available. .

DiagramControl.SnapToItemsDistance Property

Specifies the minimum distance between alignment guides of a shape being dragged and another shape’s alignment guides at which the “snap-to-items” feature is activated. If the dragged shape is dropped at this position, it will be aligned with the second shape. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

public double SnapToItemsDistance { get; set; }

Property Value

Type Description
Double

The snap distance in pixels.

See Also