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:
C#
public class TableRevisionRangesDecoration : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseTableRevisionRangesDecoration
Implements:
Inherited Members
Constructors
C#
public TableRevisionRangesDecoration()
Properties
Methods
Creates the UI boundaries for the specified table cell layout box.
C#
public void CreateBoundariesUI(TableCellLayoutBox cellBox, UILayerUpdateContext context)
The table cell layout box for which to create the boundaries UI.
contextUILayerUpdateContextThe context for the UI layer update.
Updates the view port override for the table revision ranges decoration.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context that contains information about the UI layer update.
Overrides: