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
Namespace:Telerik.Windows.Documents.UI.Layers.TextDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FormattingRevisionDecorationUILayer : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseFormattingRevisionDecorationUILayer
Implements:
Inherited Members
Constructors
C#
public FormattingRevisionDecorationUILayer()
Properties
Methods
Updates the user interface viewport override for the formatting revision decoration layer.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context that provides information about the update operation.
Overrides: