Skip to content

DOCINFRA-2341_merged_using_automation #411

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wpf/Diagram/Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ To explore about selection and selection related events, refer to the [Selection

* Instead of dragging original object, preview of the node alone can be dragged. For preview dragging, refer to the [PreviewSettings](https://help.syncfusion.com/wpf/diagram/interaction/dragging/previewsettings/preview-settings).

* While dragging, the objects are snapped towards the nearest objects to make better alignments. For better alignments, refer to the [Snapping](https://help.syncfusion.com/wpf/diagram/snapping "Snapping").
* While dragging, the objects are snapped towards the nearest objects to make better alignments. For better alignments, refer to the [Snapping](https://help.syncfusion.com/wpf/diagram/snapping/definesnapping "Snapping").

* The `BoundaryConstraints` argument in the `NodeChangedEvent` is used to restrict the dragging of the Nodes in the given region.

Expand Down
2 changes: 1 addition & 1 deletion wpf/Diagram/Snapping/CustomSnapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ diagram.SnapSettings = new SnapSettings()

[How to add gridlines for diagram](https://help.syncfusion.com/wpf/diagram/gridlines)

[How to add ruler for diagram](/wpf/sfdiagram/rulers)
[How to add ruler for diagram](/wpf/diagram/rulers)

{% endseealso %}