ClassListStyle
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:
public class ListStyle
Inheritance: objectListStyle
Constructors
ListStyle()
Declaration
public ListStyle()
Fields
Properties
IsDefault
Gets or sets a value indicating whether the list style is the default list style.
Declaration
[XamlSerializable]
public bool IsDefault { get; set; }
Property Value
True if the list style is the default; otherwise, false.
Levels
Represents the levels of a list style in Telerik document model.
Declaration
[XamlSerializable]
public NotifiableCollection<ListLevelStyle> Levels { get; set; }
Property Value
NumStyleLink
Represents a link to a numeric style in the document model for lists.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Num")]
[XamlSerializable]
public string NumStyleLink { get; set; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current list style.
GetHashCode()
Returns a hash code for this instance, which can be used in hashing algorithms and data structures such as a hash table.
Declaration
public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for the current instance.
Overrides