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

Represents a UI layer for formatting revisions in text decoration layers. This layer is responsible for displaying and managing the user interface elements that indicate formatting changes made in the document.

Definition

Constructors

C#
public FormattingRevisionDecorationUILayer()

Properties

Gets the name of the formatting revision decoration UI layer.

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

The name of the formatting revision decoration UI layer as a string.

Overrides: DecorationUILayerBase.Name

Methods

Updates the user interface viewport override for the formatting revision decoration layer.

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

The context that provides information about the update operation.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)