alexa
menu

Document Processing

    Show / Hide Table of Contents

    TextSelectionSettings Class

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved