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

Class responsible for generating and keeping the default list styles.

Definition

Namespace:Telerik.Windows.Documents.Lists

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public static class DefaultListStyles

Inheritance: objectDefaultListStyles

Properties

Gets the default bulleted list style.

C#
public static ListStyle Bulleted { get; }
Property Value:

The definition for bulleted list style.

Gets the list style that uses lower letters.

C#
public static ListStyle LowerLetter { get; }
Property Value:

The definition for the list style that uses lower letters.

Gets the list style that uses lower letters with parenthesis after the letter.

C#
public static ListStyle LowerLetterParentheses { get; }
Property Value:

The definition for the list style that uses lower letters with parenthesis after the letter.

Gets the list style that uses lower roman numbering.

C#
public static ListStyle LowerRoman { get; }
Property Value:

The definition for the list style that uses lower roman numbering.

No list is being applied.

C#
public static ListStyle None { get; }
Property Value:

The definition for no list style.

Gets the default numbered list style.

C#
public static ListStyle Numbered { get; }
Property Value:

The definition for numbered list style.

Gets the default hierarchical numbered list style.

C#
public static ListStyle NumberedHierarchical { get; }
Property Value:

The definition for hierarchical numbered list style.

Gets the default numbered list style with parenthesis after the number.

C#
public static ListStyle NumberedParenthesis { get; }
Property Value:

The definition for numbered list style with parenthesis after the number.

Gets the styles that have been registered.

C#
public static Dictionary<string, ListStyle> RegisteredStyles { get; }
Property Value:

The registered styles.

Gets the list style that uses upper letters.

C#
public static ListStyle UpperLetter { get; }
Property Value:

The definition for the list style that uses upper letters.

Gets the list style that uses upper roman numbering.

C#
public static ListStyle UpperRoman { get; }
Property Value:

The definition for the list style that uses upper roman numbering.

Methods

Creates the default bulleted list style.

C#
public static ListStyle CreateDefaultBulletedListStyle()
Returns:

ListStyle

A ListStyle definition representing the bulleted list style.

Creates the default numbered list style.

C#
public static ListStyle CreateDefaultNumberedListStyle()
Returns:

ListStyle

A ListStyle definition representing the numbered list style.