Represents a decorative layer for tab stop grids in paragraph formatting.
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.ParagraphDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ParagraphTabStopGridDecoration : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseParagraphTabStopGridDecoration
Implements:
Inherited Members
Constructors
C#
public ParagraphTabStopGridDecoration()
Properties
Methods
CreateUI(ParagraphLayoutBox)
UIElement
Creates a user interface element for the tab stop grid decoration of a paragraph.
C#
public UIElement CreateUI(ParagraphLayoutBox paragraphBox)
The layout box that represents the paragraph for which the UI element is created.
Returns:UIElement
A UI element representing the tab stop grid decoration for the specified paragraph layout box.
Updates the viewport override for the paragraph tab stop grid decoration.
C#
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
The context containing information necessary for updating the UI layer.
Overrides: