Class
DocumentListDecoration

Represents a layer used for rendering document list decorations in a RadRichTextBox.

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.ParagraphDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

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

Inheritance: objectDecorationUILayerBaseDocumentListDecoration

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

DocumentListDecoration()

Declaration

cs-api-definition
public DocumentListDecoration()

Properties

Name

Gets the name of the document list decoration layer.

Declaration

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

Property Value

string

A string representing the name of the document list decoration.

Overrides DecorationUILayerBase.Name

Methods

CreateNewBullet(ParagraphLayoutBox, UILayerUpdateContext)

Creates a new bullet for the specified paragraph layout box.

Declaration

cs-api-definition
public void CreateNewBullet(ParagraphLayoutBox paragraphBox, UILayerUpdateContext context)

Parameters

paragraphBox

ParagraphLayoutBox

The paragraph layout box to which the new bullet will be added.

context

UILayerUpdateContext

The context for updating the UI layer during the bullet creation.

UpdateUIViewPortOverride(UILayerUpdateContext)

Updates the user interface view port override for the document list decoration layer.

Declaration

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

Parameters

context

UILayerUpdateContext

The context containing information about the UI layer update.

Overrides DecorationUILayerBase.UpdateUIViewPortOverride(UILayerUpdateContext)