Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I want to creat a note app which can quote the text quickly. I'd like to do something like this:
Red highlight for heading 1,
Orange highlight for heading 2,
Underline for paragraphs, etc.
You add the annotation, than the related note is added. And you remove the annotation, than the related note is removed automatically.
I used `TextMarkupAdded`. But it could only get the `PageNumber`, `Bounds` and `TextMarkupAnnotationType`.
And I used `TextSelectionCompleted`. But it didn't triggered in annotation mode, and it couldn't get the markup type and color.
And is there any way to customize the selection context menu?
Not this:
like this:
Thanks first.