Class ListStyle
Inheritance
System.Object
ListStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ListStyle
Constructors
ListStyle()
Declaration
public ListStyle()
ListStyle(Int32, ListStyle)
ListStyle(Nullable<Int32>)
Declaration
public ListStyle(int? id)
Parameters
System.Nullable<System.Int32>
id
|
ListStyle(ListStyle)
Fields
ListLevels
Declaration
public static readonly int ListLevels
Field Value
System.Int32
|
Properties
ID
Declaration
[XamlSerializable]
public int ID { get; set; }
Property Value
System.Int32
|
IsDefault
Declaration
[XamlSerializable]
public bool IsDefault { get; set; }
Property Value
System.Boolean
|
Levels
Declaration
[XamlSerializable]
public NotifiableCollection<ListLevelStyle> Levels { get; set; }
Property Value
NotifiableCollection<ListLevelStyle>
|
NumStyleLink
Declaration
[XamlSerializable]
public string NumStyleLink { get; set; }
Property Value
System.String
|
StyleLink
Declaration
[XamlSerializable]
public string StyleLink { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()