Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextSearchSettings - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextSearchSettings

    Specifies and allows editing the information about how the highlight of the text search instance to be made.

    Inheritance
    System.Object
    TextSearchSettings
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class TextSearchSettings : Object

    Constructors

    TextSearchSettings()

    Instantiates a new instance of the TextSearchSettings class.

    Declaration
    public TextSearchSettings()

    Properties

    CurrentInstanceColor

    Gets or Sets the ARGB Android.Graphics.Color value for the current instance of the text being searched.

    Declaration
    public Color CurrentInstanceColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    A color that is used to highlight the current instance of the text match. The default value is Color.Rgb(80, 0, 0).

    OtherInstanceColor

    Gets or Sets the ARGB Android.Graphics.Color value for all other instances expect the current instance of the text found. Default value is Android.Graphics.Color.Argb(50, 0, 0, 255)

    Declaration
    public Color OtherInstanceColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    A color that is used to highlight the current instance of the text match. The default value is Color.Argb(50, 0, 0, 255)/>.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved