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
Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class HighlightingFieldsDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseHighlightingFieldsDecorationUILayer
Implements:
Inherited Members
Constructors
public HighlightingFieldsDecorationUILayer()
Properties
Gets or sets the context of the last update for the highlighting fields decoration UI layer.
public UILayerUpdateContext LastUpdateContext { get; }
The context representing the last update information.
Gets the name of the highlighting fields decoration UI layer.
public override string Name { get; }
A string that represents the name of the highlighting fields decoration UI layer.
Overrides:
Determines whether the highlighting fields decoration UI layer should be updated when it has not been invalidated.
public override bool ShouldUpdateWhenNotInvalidated { get; }
Overrides:
Methods
protected override void OnDocumentChanged()
Overrides:
protected override void OnDocumentChanging()
Overrides:
Updates the user interface viewport override for the highlighting fields decoration layer.
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The update context that contains information required for updating the UI layer.
Overrides: