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:
C#
public class HighlightingTextDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseHighlightingTextDecorationUILayer
Implements:
Inherited Members
Constructors
C#
public HighlightingTextDecorationUILayer()
Properties
Methods
Updates the view port override for the highlighting text decoration UI layer.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context information required for updating the UI layer.
Overrides: