DefaultListStyles
Class responsible for generating and keeping the default list styles.
Definition
Namespace:Telerik.Windows.Documents.Lists
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public static class DefaultListStyles
Inheritance: objectDefaultListStyles
Properties
Gets the default bulleted list style.
public static ListStyle Bulleted { get; }
The definition for bulleted list style.
Gets the list style that uses lower letters.
public static ListStyle LowerLetter { get; }
The definition for the list style that uses lower letters.
Gets the list style that uses lower letters with parenthesis after the letter.
public static ListStyle LowerLetterParentheses { get; }
The definition for the list style that uses lower letters with parenthesis after the letter.
Gets the list style that uses lower roman numbering.
public static ListStyle LowerRoman { get; }
The definition for the list style that uses lower roman numbering.
No list is being applied.
public static ListStyle None { get; }
The definition for no list style.
Gets the default numbered list style.
public static ListStyle Numbered { get; }
The definition for numbered list style.
Gets the default hierarchical numbered list style.
public static ListStyle NumberedHierarchical { get; }
The definition for hierarchical numbered list style.
Gets the default numbered list style with parenthesis after the number.
public static ListStyle NumberedParenthesis { get; }
The definition for numbered list style with parenthesis after the number.
Gets the styles that have been registered.
public static Dictionary<string, ListStyle> RegisteredStyles { get; }
The registered styles.
Gets the list style that uses upper letters.
public static ListStyle UpperLetter { get; }
The definition for the list style that uses upper letters.
Gets the list style that uses upper roman numbering.
public static ListStyle UpperRoman { get; }
The definition for the list style that uses upper roman numbering.