Gets or sets the maximum distance between control points at which they can be automatically aligned.
SyntaxVB6
Copy Code
|
|---|
Public Property Get SnapDistance() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 20.
RemarksSpecifies the maximum distance between control-points of diagram objects, at which snapping/alignment will be performed. Big value for this property makes objects snap one to another from larger distance. Do not make the value too big though, because in denser diagrams the object being modified would frequently "jump" between the objects that surround him.
See Also