Members of this enumeration can be assigned to the SnapStyle property to specify how items are aligned one to another.
SyntaxVB6
Copy Code
|
|---|
Public Enum ESnapStyle |
C++
Copy Code
|
|---|
enum ESnapStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
snpNone |
0 | Do not align items to other items. |
![]() |
snpCtrlPtToCtrlPt |
1 | Align items' control points. |
![]() |
snpBorderToBorder |
2 | Align items' border lines. |
![]() |
snpAlignmentGuides |
3 | When either the horizontal or vertical borders of the dragged node are within SnapDistance from the respective borders of a nearby node, the dragged node snaps to a position where the borders are aligned. In addition, an alignment guide that indicates which borders are aligned is drawn using the pen specified through AlignmentGuideColor and AlignmentGuideStyle. |
See Also