Class
ParagraphTabStopGridDecoration

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:

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

Inheritance: objectDecorationUILayerBaseParagraphTabStopGridDecoration

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

ParagraphTabStopGridDecoration()

Declaration

cs-api-definition
public ParagraphTabStopGridDecoration()

Properties

Name

Gets the name of the paragraph tab stop grid decoration.

Declaration

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

Property Value

string

A string representing the name of the paragraph tab stop grid decoration.

Overrides DecorationUILayerBase.Name

Methods

CreateUI(ParagraphLayoutBox)

Creates a user interface element for the tab stop grid decoration of a paragraph.

Declaration

cs-api-definition
public UIElement CreateUI(ParagraphLayoutBox paragraphBox)

Parameters

paragraphBox

ParagraphLayoutBox

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

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

Parameters

context

UILayerUpdateContext

The context containing information necessary for updating the UI layer.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)