Class TextSelectionSettings
Represents the default settings for text selection.
Inheritance
System.Object
TextSelectionSettings
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class TextSelectionSettings : Object
Constructors
TextSelectionSettings()
Declaration
public TextSelectionSettings()
Properties
HighlightColor
Gets or sets the color to highlight the selected text. The default value is Color.FromRgba(24, 80, 194, 89).
Declaration
public Color HighlightColor { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |