ClassRevisionChangedLinesDecoration
Class
Represents the decoration for lines that have been changed in a revision. This class is used to visually indicate revisions in document editing scenarios.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class RevisionChangedLinesDecoration : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseRevisionChangedLinesDecoration
Implements:
Inherited Members
Constructors
RevisionChangedLinesDecoration()
Declaration
cs-api-definition
public RevisionChangedLinesDecoration()
Properties
Methods
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the viewport override for the revision changed lines decoration in the UI layer.
Declaration
cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The context of the UI layer update that contains information about the current state and changes.
Overrides