Class
TableRevisionRangesDecoration

Represents the decoration for table revision ranges in the Telerik UI for Documents.

Definition

Namespace:Telerik.Windows.Documents.UI.Annotations

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

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

Inheritance: objectDecorationUILayerBaseTableRevisionRangesDecoration

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

TableRevisionRangesDecoration()

Declaration

cs-api-definition
public TableRevisionRangesDecoration()

Properties

Name

Gets or sets the name of the table revision ranges decoration.

Declaration

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

Property Value

string

A string representing the name of the decoration.

Overrides DecorationUILayerBase.Name

Methods

CreateBoundariesUI(TableCellLayoutBox, UILayerUpdateContext)

Creates the UI boundaries for the specified table cell layout box.

Declaration

cs-api-definition
public void CreateBoundariesUI(TableCellLayoutBox cellBox, UILayerUpdateContext context)

Parameters

cellBox

TableCellLayoutBox

The table cell layout box for which to create the boundaries UI.

context

UILayerUpdateContext

The context for the UI layer update.

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the view port override for the table revision ranges decoration.

Declaration

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

Parameters

context

UILayerUpdateContext

The context that contains information about the UI layer update.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)