Table of Contents

DocumentViewerSearchOptions.ActiveHighlightColor Property

Definition

Namespace
GleamTech.DocumentUltimate.AspNet.UI
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets the color to use for highlighting active (current) search result. Default is orange.

public Color ActiveHighlightColor { get; set; }

Property Value

Color

Examples

caller

A GleamTech.Drawing.Color parameter/property can be implicitly (automatically) cast from/to other image libraries:

  • System.Drawing.Color
  • SixLabors.ImageSharp.Color, SixLabors.ImageSharp.PixelFormats
  • SkiaSharp.SKColor
  • Microsoft.Maui.Graphics.Color