Class TextSelectionSettings
Specifies and allows editing the information about how the text is selected.
Inheritance
System.Object
TextSelectionSettings
Namespace: Syncfusion.SfPdfViewer.Android
Assembly: Syncfusion.SfPdfViewer.Android.dll
Syntax
public class TextSelectionSettings : Object
Constructors
TextSelectionSettings()
Instantiates a new instance of the TextSelectionSettings class.
Declaration
public TextSelectionSettings()
Properties
MenuOptions
Gets the details of menu items displayed in the context menu during text selection
Declaration
public TextSelectionMenu MenuOptions { get; }
Property Value
Type |
---|
TextSelectionMenu |
ShowContextMenu
Gets or sets a value indicating whether context menu is visible.
Declaration
public bool ShowContextMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | A boolean used to toggle the visibility of the text selection context menu. The default value is true. |
TextSelectionColor
Gets or sets the color being used to highlight the text during selection
Declaration
public Color TextSelectionColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A color that is used to highlight the selected text. The default value is |
TextSelectionHandleColor
Gets or sets the color of selection handle that appears during text selection
Declaration
public Color TextSelectionHandleColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | A color that is used to highlight the selection handle. The default value is |