Class ListItemInfo
Inheritance
System.Object
ListItemInfo
Namespace: Telerik.Windows.Documents.Lists
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ListItemInfo : Object
Constructors
ListItemInfo(DocumentList, Paragraph, Int32)
Declaration
public ListItemInfo(DocumentList listInfo, Paragraph paragraph, int listLevel)
Parameters
DocumentList
listInfo
|
Paragraph
paragraph
|
System.Int32
listLevel
|
Properties
FirstLineOffset
Declaration
public float FirstLineOffset { get; }
Property Value
System.Single
|
List
ListLevel
Declaration
public int ListLevel { get; set; }
Property Value
System.Int32
|
Paragraph
SymbolFontSize
Declaration
public double SymbolFontSize { get; set; }
Property Value
System.Double
|