Class
HighlightingTextDecorationUILayer

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

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class HighlightingTextDecorationUILayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseHighlightingTextDecorationUILayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.Clear()DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

HighlightingTextDecorationUILayer()

Declaration

cs-api-definition
public HighlightingTextDecorationUILayer()

Properties

Name

Represents the name of the highlighting text decoration UI layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

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

Overrides DecorationUILayerBase.Name

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

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

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context information required for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)