ClassHighlightingFieldsDecorationUILayer
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
HighlightingFieldsDecorationUILayer()
Declaration
public HighlightingFieldsDecorationUILayer()
Properties
LastUpdateContext
Gets or sets the context of the last update for the highlighting fields decoration UI layer.
Declaration
public UILayerUpdateContext LastUpdateContext { get; }
Property Value
The context representing the last update information.
Name
Gets the name of the highlighting fields decoration UI layer.
Declaration
public override string Name { get; }
Property Value
A string that represents the name of the highlighting fields decoration UI layer.
Overrides
ShouldUpdateWhenNotInvalidated
Determines whether the highlighting fields decoration UI layer should be updated when it has not been invalidated.
Declaration
public override bool ShouldUpdateWhenNotInvalidated { get; }
Property Value
Overrides
Methods
OnDocumentChanged()
Declaration
protected override void OnDocumentChanged()
Overrides
OnDocumentChanging()
Declaration
protected override void OnDocumentChanging()
Overrides
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the user interface viewport override for the highlighting fields decoration layer.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The update context that contains information required for updating the UI layer.
Overrides