New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

C#
public RevisionChangedLinesDecoration()

Properties

Gets the name of the revision changed lines decoration.

C#
public override string Name { get; }
Property Value:

A string that represents the name of the decoration.

Overrides: DecorationUILayerBase.Name

Methods

Updates the viewport override for the revision changed lines decoration in the UI layer.

C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters:contextUILayerUpdateContext

The context of the UI layer update that contains information about the current state and changes.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)