ClassDocumentListDecoration
Class
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:
Inherited Members
Constructors
DocumentListDecoration()
Declaration
cs-api-definition
public DocumentListDecoration()
Properties
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
The paragraph layout box to which the new bullet will be added.
context
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
The context containing information about the UI layer update.
Overrides