Skip to content

Commit

Permalink
Merge pull request #579 from Keboo/patch-2
Browse files Browse the repository at this point in the history
Update pullgesturerecognizer.md
  • Loading branch information
rabbitism authored Nov 24, 2024
2 parents 9d26a46 + 3b18e72 commit 0ef2173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/gestures/pullgesturerecognizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This defines the direction of the pull. There are 4 available values;
* `PullDirection.TopToBottom` : Pull starts from the top edge and moves towards the buttom
* `PullDirection.BottomToTop` : Pull starts from the bottom edge and moves towards the top
* `PullDirection.LeftToRight` : Pull starts from the left edge and moves towards the right
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the top
* `PullDirection.RightToLeft` : Pull starts from the right edge and moves towards the left

## Useful Properties

Expand Down

0 comments on commit 0ef2173

Please sign in to comment.