Enum
HighlightingMode

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:

cs-api-definition
public enum HighlightingMode

Fields

InvertBorderOfAnnotationRectangle

Invert colors of the annotation border only.

Declaration

cs-api-definition
InvertBorderOfAnnotationRectangle = 2

Field Value

HighlightingMode

InvertContentOfAnnotationRectangle

Invert colors of the content within the annotation rectangle.

Declaration

cs-api-definition
InvertContentOfAnnotationRectangle = 1

Field Value

HighlightingMode

NoHighlighting

Do not apply a highlight effect.

Declaration

cs-api-definition
NoHighlighting = 0

Field Value

HighlightingMode

UseAnnotationDownAppearance

Use the MouseDown appearance source while highlighted.

Declaration

cs-api-definition
UseAnnotationDownAppearance = 3

Field Value

HighlightingMode