Class TextSelectionSettings
Represents the settings to customize the text selection operation.
Inheritance
System.Object
TextSelectionSettings
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class TextSelectionSettings : Object
Constructors
TextSelectionSettings()
Creates a new instance of the TextSelectionSettings class.
Declaration
public TextSelectionSettings()
Properties
SelectionColor
Get or Sets the ARGB color values for text selection.
Declaration
public Color SelectionColor { get; set; }
Property Value
Type |
---|
Windows.UI.Color |