Class
FormattingRevisionDecorationUILayer

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:

cs-api-definition
public class FormattingRevisionDecorationUILayer : DecorationUILayerBase, IUILayer

Inheritance: objectDecorationUILayerBaseFormattingRevisionDecorationUILayer

Implements: IUILayer

Inherited Members DecorationUILayerBase.ClearChildren()DecorationUILayerBase.ArrangeChildren()DecorationUILayerBase.GetLayerUIElement()DecorationUILayerBase.DoOnPresentationChanged()DecorationUILayerBase.UpdateViewPort(UILayerUpdateContext)DecorationUILayerBase.AddDecorationElement(UIElement)DecorationUILayerBase.Clear()DecorationUILayerBase.OnDocumentChanging()DecorationUILayerBase.OnDocumentChanged()DecorationUILayerBase.ShouldUpdateWhenNotInvalidatedDecorationUILayerBase.ShouldClipDecorationUILayerBase.IsHitTestVisibleDecorationUILayerBase.Document

Constructors

FormattingRevisionDecorationUILayer()

Declaration

cs-api-definition
public FormattingRevisionDecorationUILayer()

Properties

Name

Gets the name of the formatting revision decoration UI layer.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

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

Overrides DecorationUILayerBase.Name

Methods

UpdateUIViewPortOverride(UILayerUpdateContext)

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

Declaration

cs-api-definition
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)

Parameters

context

UILayerUpdateContext

The context that provides information about the update operation.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)