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

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ListStyle

Inheritance: objectListStyle

Constructors

C#
public ListStyle()
C#
public ListStyle(int id, ListStyle source)
Parameters:idintsourceListStyle
C#
public ListStyle(int? id)
Parameters:idint?
C#
public ListStyle(ListStyle source)
Parameters:sourceListStyle

Fields

C#
public static readonly int ListLevels

Properties

C#
[XamlSerializable]
public bool IsDefault { get; set; }
C#
[XamlSerializable]
public NotifiableCollection<ListLevelStyle> Levels { get; set; }
C#
[XamlSerializable]
public string NumStyleLink { get; set; }
C#
[XamlSerializable]
public string StyleLink { get; set; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()