IDragAndDropManagerDockToAnchorPerAxis Property

If true, the dock is done to an anchor point for x and y separately If false, the dock is only done to the point if dx AND dy are smaller than 20 mils (helperLinesAllowDistanceDockClient)

Definition

Namespace: PCBI.Automation.DragAndDrop
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool DockToAnchorPerAxis { get; set; }

Property Value

Boolean

See Also