New to Telerik UI for WPFStart a free 30-day trial

Represents a decorative layer for tab stop grids in paragraph formatting.

Definition

Constructors

C#
public ParagraphTabStopGridDecoration()

Properties

Gets the name of the paragraph tab stop grid decoration.

C#
public override string Name { get; }
Property Value:

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

Overrides: DecorationUILayerBase.Name

Methods

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

C#
public UIElement CreateUI(ParagraphLayoutBox paragraphBox)
Parameters:paragraphBoxParagraphLayoutBox

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)
Parameters:contextUILayerUpdateContext

The context containing information necessary for updating the UI layer.

Overrides: DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)