Contains serialization information for a list item in Telerik's RadRichTextBox.
Definition
Namespace:Telerik.Windows.Documents.Lists
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
[TypeConverter(typeof(ListItemSerializationInfoConverter))]
public class ListItemSerializationInfo
Inheritance: objectListItemSerializationInfo
Constructors
C#
public ListItemSerializationInfo()
Properties
Represents the unique identifier for a list item in the document.
C#
public int ListID { get; set; }
The unique ID assigned to the list item.
Gets or sets the symbol associated with the list item.
C#
public char ListSymbol { get; set; }
The symbol that represents the list item, which can be a bullet, a number, or any other specified character.
Gets or sets the font size of the symbol used in the list item.
C#
public double SymbolFontSize { get; set; }
The font size of the symbol as a double.