Class TextSelectionMenu
Specifies information about menu items in the context menu during text selection.
Inheritance
System.Object
    TextSelectionMenu
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class TextSelectionMenu : Object
  Constructors
TextSelectionMenu()
Initializes a new instance of the TextSelectionMenu class.
Declaration
public TextSelectionMenu()
  Properties
Copy
Gets the properties of copy menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Copy { get; }
  Property Value
| Type | 
|---|
| TextSelectionMenuItem | 
Highlight
Gets the properties of highlight menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Highlight { get; }
  Property Value
| Type | 
|---|
| TextSelectionMenuItem | 
Items
Gets the list of menu items of the text selection context menu.
Declaration
public ObservableCollection<TextSelectionMenuItem> Items { get; }
  Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<TextSelectionMenuItem> | 
Squiggly
Gets the properties of squiggly menu item from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Squiggly { get; }
  Property Value
| Type | 
|---|
| TextSelectionMenuItem | 
Strikethrough
Gets the properties of strikethrough menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Strikethrough { get; }
  Property Value
| Type | 
|---|
| TextSelectionMenuItem | 
Underline
Gets the properties of underline menu from the TextSelectionMenu.
Declaration
public TextSelectionMenuItem Underline { get; }
  Property Value
| Type | 
|---|
| TextSelectionMenuItem | 
Events
TextSelectionMenuItemClicked
Occurs when a text selection menu item is clicked.
Declaration
public event EventHandler<EventArgs> TextSelectionMenuItemClicked
  Event Type
| Type | 
|---|
| System.EventHandler<System.EventArgs> |