menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSelectionSettings - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

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