ListStyle
Class
Represents the style of a list in the document model, allowing customization of list elements such as bullets or numbering.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ListStyle
Inheritance: objectListStyle
Constructors
C#
public ListStyle()
Fields
C#
public static readonly int ListLevels
Properties
Gets or sets a value indicating whether the list style is the default list style.
C#
[XamlSerializable]
public bool IsDefault { get; set; }
True if the list style is the default; otherwise, false.
Represents the levels of a list style in Telerik document model.
C#
[XamlSerializable]
public NotifiableCollection<ListLevelStyle> Levels { get; set; }
Represents a link to a numeric style in the document model for lists.
C#
[XamlSerializable]
public string NumStyleLink { get; set; }
Methods
Returns a hash code for this instance, which can be used in hashing algorithms and data structures such as a hash table.
C#
public override int GetHashCode()
A 32-bit signed integer that is the hash code for the current instance.
Overrides: