ClassTableRevisionRangesDecoration
Class
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:
Inherited Members
Constructors
TableRevisionRangesDecoration()
Declaration
cs-api-definition
public TableRevisionRangesDecoration()
Properties
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
The table cell layout box for which to create the boundaries UI.
context
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
The context that contains information about the UI layer update.
Overrides