New to Telerik Document ProcessingStart a free 30-day trial

Visual effect applied to a widget while highlighted or activated.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Annotations

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public enum HighlightingMode

Fields

Invert colors of the annotation border only.

C#
InvertBorderOfAnnotationRectangle = 2

Invert colors of the content within the annotation rectangle.

C#
InvertContentOfAnnotationRectangle = 1

Do not apply a highlight effect.

C#
NoHighlighting = 0

Use the MouseDown appearance source while highlighted.

C#
UseAnnotationDownAppearance = 3