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

Represents information about a list item within a document, including its structure and formatting details.

Definition

Namespace:Telerik.Windows.Documents.Lists

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ListItemInfo

Inheritance: objectListItemInfo

Constructors

C#
public ListItemInfo(DocumentList listInfo, Paragraph paragraph, int listLevel)
Parameters:listInfoDocumentListparagraphParagraphlistLevelint

Properties

Gets or sets the offset of the first line of the list item.

C#
public float FirstLineOffset { get; }
Property Value:

The offset value, in points, that specifies the indentation of the first line.

Gets or sets the list associated with the ListItemInfo.

C#
public DocumentList List { get; }
Property Value:

The list that contains the current ListItemInfo instance.

Gets or sets the level of the list item in the document. The list level determines the indentation and hierarchy of the list item.

C#
public int ListLevel { get; set; }
Property Value:

An integer representing the level of the list item, where a lower value indicates a higher level (closer to the start of the list), and a higher value indicates a nested list item.

Represents the paragraph information of a list item in Telerik's document model.

C#
public Paragraph Paragraph { get; }

Gets or sets the font size of the symbol for the list item.

C#
public double SymbolFontSize { get; set; }
Property Value:

A double representing the font size of the symbol.

Gets or sets the symbol size of the list item.

C#
public SizeF SymbolSize { get; }
Property Value:

A value representing the size of the symbol associated with the list item.