Class TextSelectionMenu
Represents the text selection context menu.
Inheritance
System.Object
TextSelectionMenu
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class TextSelectionMenu : Object
Properties
CopyButton
Gets or sets copy option for text selection.
Declaration
public TextSelectionMenuItem CopyButton { get; set; }
Property Value
Type | Description |
---|---|
TextSelectionMenuItem |
Visibility
Gets or sets a value that indicates whether a text selection options should be displayed.
Declaration
public Visibility Visibility { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Visibility |