ClassParagraphTabStopGridDecoration
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:
public class ParagraphTabStopGridDecoration : DecorationUILayerBase, IUILayer
Inheritance: objectDecorationUILayerBaseParagraphTabStopGridDecoration
Implements:
Inherited Members
Constructors
ParagraphTabStopGridDecoration()
Declaration
public ParagraphTabStopGridDecoration()
Properties
Methods
CreateUI(ParagraphLayoutBox)
Creates a user interface element for the tab stop grid decoration of a paragraph.
Declaration
public UIElement CreateUI(ParagraphLayoutBox paragraphBox)
Parameters
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.
UpdateUIViewPortOverride(UILayerUpdateContext)
Updates the viewport override for the paragraph tab stop grid decoration.
Declaration
public override void UpdateUIViewPortOverride(UILayerUpdateContext context)
Parameters
context
The context containing information necessary for updating the UI layer.
Overrides