ClassHighlightingTextDecorationUILayer
Class
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:
Inherited Members
Constructors
HighlightingTextDecorationUILayer()
Declaration
cs-api-definition
public HighlightingTextDecorationUILayer()
Properties
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
The context information required for updating the UI layer.
Overrides