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:
C#
public class RevisionChangedLinesDecoration : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseRevisionChangedLinesDecoration
Implements:
Inherited Members
Constructors
C#
public RevisionChangedLinesDecoration()
Properties
Methods
Updates the viewport override for the revision changed lines decoration in the UI layer.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context of the UI layer update that contains information about the current state and changes.
Overrides: