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

Represents a UI layer that handles the highlighting text decoration within the document.

Definition

Constructors

C#
public HighlightingTextDecorationUILayer()

Properties

Represents the name of the highlighting text decoration UI layer.

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

A string that contains the name of the highlighting text decoration UI layer.

Overrides: DecorationUILayerBase.Name

Methods

Updates the view port override for the highlighting text decoration UI layer.

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

The context information required for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)