Class ListStyle
Represents the style of a list in the document model, allowing customization of list elements such as bullets or numbering.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListStyle : Object
Constructors
ListStyle()
Declaration
public ListStyle()
ListStyle(Int32, ListStyle)
ListStyle(Nullable<Int32>)
Declaration
public ListStyle(Nullable<int> id)
Parameters
System.Nullable<System.Int32>
id
|
ListStyle(ListStyle)
Fields
ListLevels
Declaration
public static readonly int ListLevels
Field Value
System.Int32
|
Properties
ID
Gets the identifier of the list style.
Declaration
[XamlSerializable]
public int ID { get; set; }
Property Value
System.Int32
|
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
System.Boolean
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
NotifiableCollection<ListLevelStyle>
|
NumStyleLink
Represents a link to a numeric style in the document model for lists.
Declaration
[XamlSerializable]
public string NumStyleLink { get; set; }
Property Value
System.String
|
StyleLink
Represents a link to a style in a list within the Telerik document model. This class allows the application of specific formatting and styling to list elements.
Declaration
[XamlSerializable]
public string StyleLink { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Determines whether the specified object is equal to the current list style.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The object to compare with the current list style. |
Returns
System.Boolean
true if the specified object is equal to the current list style; otherwise, false. |
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
System.Int32
A 32-bit signed integer that is the hash code for the current instance. |