Class
ListStyle

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ListStyle

Inheritance: objectListStyle

Constructors

ListStyle()

Declaration

cs-api-definition
public ListStyle()

ListStyle(ListStyle)

Declaration

cs-api-definition
public ListStyle(ListStyle source)

Parameters

source

ListStyle

ListStyle(int, ListStyle)

Declaration

cs-api-definition
public ListStyle(int id, ListStyle source)

Parameters

id

int

source

ListStyle

ListStyle(int?)

Declaration

cs-api-definition
public ListStyle(int? id)

Parameters

id

int?

Fields

ListLevels

Declaration

cs-api-definition
public static readonly int ListLevels

Field Value

int

Properties

IsDefault

Declaration

cs-api-definition
[XamlSerializable]
public bool IsDefault { get; set; }

Property Value

bool

Levels

Declaration

cs-api-definition
[XamlSerializable]
public NotifiableCollection<ListLevelStyle> Levels { get; set; }

Property Value

NotifiableCollection<ListLevelStyle>

Declaration

cs-api-definition
[XamlSerializable]
public string NumStyleLink { get; set; }

Property Value

string

Declaration

cs-api-definition
[XamlSerializable]
public string StyleLink { get; set; }

Property Value

string

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()