Class ListLevelStyle
Inheritance
System.Object
ListLevelStyle
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ListLevelStyle : Object, INotifyPropertyChanged
Constructors
ListLevelStyle()
Declaration
public ListLevelStyle()
ListLevelStyle(ListLevelStyle)
Properties
FontFamily
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.
|
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
System.
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.
|
HangingIndent
Declaration
[XamlSerializable]
public double HangingIndent { get; set; }
Property Value
System.
|
Indent
Declaration
[XamlSerializable]
public double Indent { get; set; }
Property Value
System.
|
LevelText
Declaration
[XamlSerializable]
public string LevelText { get; set; }
Property Value
System.
|
NumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat NumberingFormat { get; set; }
Property Value
SpanProperties
SpanStyle
Declaration
[XamlCompositePropertySerializable]
public SpanProperties SpanStyle { get; set; }
Property Value
StartingIndex
Declaration
[XamlSerializable]
public int StartingIndex { get; set; }
Property Value
System.
|
StyleName
Declaration
[XamlSerializable]
public string StyleName { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
OnPropertyValueChanged(String, Object, Object)
Declaration
protected virtual void OnPropertyValueChanged(string propertyName, object oldValue, object newValue)
Parameters
System.
|
System.
|
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|