Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfWidgetAnnotation.HighlightingMode Property

Gets the widget annotation’s highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its active area.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAnnotationHighlightingMode HighlightingMode { get; }

Property Value

Type Description
PdfAnnotationHighlightingMode

A PdfAnnotationHighlightingMode enumeration value that represents the widget annotation’s highlighting mode.

See Also