ClassListLevelStyle
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class ListLevelStyle : INotifyPropertyChanged
Inheritance: objectListLevelStyle
Implements:
Constructors
ListLevelStyle()
Declaration
cs-api-definition
public ListLevelStyle()
ListLevelStyle(ListLevelStyle)
Declaration
cs-api-definition
public ListLevelStyle(ListLevelStyle source)
Parameters
source
Properties
HangingIndent
Declaration
cs-api-definition
[XamlSerializable]
public double HangingIndent { get; set; }
Property Value
Indent
Declaration
cs-api-definition
[XamlSerializable]
public double Indent { get; set; }
Property Value
LevelText
Declaration
cs-api-definition
[XamlSerializable]
public string LevelText { get; set; }
Property Value
NumberingFormat
Declaration
cs-api-definition
[XamlSerializable]
public ListNumberingFormat NumberingFormat { get; set; }
Property Value
SpanProperties
Declaration
cs-api-definition
public SpanProperties SpanProperties { get; set; }
Property Value
StartingIndex
Declaration
cs-api-definition
[XamlSerializable]
public int StartingIndex { get; set; }
Property Value
Methods
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements