Class TextSelectionSettings
Specifies and allows editing the information about how text is selected.
Inheritance
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.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 that indicates 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
Get or Sets the color being used to highlight the text during selection.
Declaration
public UIColor TextSelectionColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A color that is used to highlight the selected text. The default value is UIColor.FromRGBA(8, 110, 255, 56)/>; |
TextSelectionHandleColor
Gets or sets the color of selection handle that appears during text selection
Declaration
public UIColor TextSelectionHandleColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | A color that is used to highlight the selection handle. The default value is UIColor.FromRGBA(0, 0, 255, 255)/>; |