New to Telerik UI for WPFStart a free 30-day trial

Represents a UI layer for highlighting fields in documents. This layer is responsible for rendering highlighting effects on specified fields within the document, enhancing visual feedback for user interactions.

Definition

Constructors

C#
public HighlightingFieldsDecorationUILayer()

Properties

Gets or sets the context of the last update for the highlighting fields decoration UI layer.

C#
public UILayerUpdateContext LastUpdateContext { get; }
Property Value:

The context representing the last update information.

Gets the name of the highlighting fields decoration UI layer.

C#
public override string Name { get; }
Property Value:

A string that represents the name of the highlighting fields decoration UI layer.

Overrides: DecorationUILayerBase.Name

Determines whether the highlighting fields decoration UI layer should be updated when it has not been invalidated.

C#
public override bool ShouldUpdateWhenNotInvalidated { get; }

Overrides: DecorationUILayerBase.ShouldUpdateWhenNotInvalidated

Methods

C#
protected override void OnDocumentChanged()

Overrides: DecorationUILayerBase.OnDocumentChanged()

C#
protected override void OnDocumentChanging()

Overrides: DecorationUILayerBase.OnDocumentChanging()

Updates the user interface viewport override for the highlighting fields decoration layer.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The update context that contains information required for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)