Class
ListLevelStyle

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ListLevelStyle : INotifyPropertyChanged

Inheritance: objectListLevelStyle

Implements: INotifyPropertyChanged

Constructors

ListLevelStyle()

Declaration

cs-api-definition
public ListLevelStyle()

ListLevelStyle(ListLevelStyle)

Declaration

cs-api-definition
public ListLevelStyle(ListLevelStyle source)

Parameters

source

ListLevelStyle

Properties

FontFamily

Declaration

cs-api-definition
public FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontWeight

Declaration

cs-api-definition
public FontWeight FontWeight { get; set; }

Property Value

FontWeight

ForeColor

Declaration

cs-api-definition
public Color ForeColor { get; set; }

Property Value

Color

HangingIndent

Declaration

cs-api-definition
[XamlSerializable]
public double HangingIndent { get; set; }

Property Value

double

Indent

Declaration

cs-api-definition
[XamlSerializable]
public double Indent { get; set; }

Property Value

double

LevelText

Declaration

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

Property Value

string

NumberingFormat

Declaration

cs-api-definition
[XamlSerializable]
public ListNumberingFormat NumberingFormat { get; set; }

Property Value

ListNumberingFormat

SpanProperties

Declaration

cs-api-definition
public SpanProperties SpanProperties { get; set; }

Property Value

SpanProperties

StartingIndex

Declaration

cs-api-definition
[XamlSerializable]
public int StartingIndex { get; set; }

Property Value

int

StyleName

Declaration

cs-api-definition
[XamlSerializable]
public string StyleName { 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()

OnPropertyValueChanged(string, object, object)

Declaration

cs-api-definition
protected virtual void OnPropertyValueChanged(string propertyName, object oldValue, object newValue)

Parameters

propertyName

string

oldValue

object

newValue

object

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged