Class ListLevelStyle
Inheritance
System.Object
ListLevelStyle
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.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.Windows.Media.FontFamily
|
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
System.Windows.FontWeight
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.Windows.Media.Color
|
HangingIndent
Declaration
[XamlSerializable]
public double HangingIndent { get; set; }
Property Value
System.Double
|
Indent
Declaration
[XamlSerializable]
public double Indent { get; set; }
Property Value
System.Double
|
LevelText
Declaration
[XamlSerializable]
public string LevelText { get; set; }
Property Value
System.String
|
NumberingFormat
Declaration
[XamlSerializable]
public ListNumberingFormat NumberingFormat { get; set; }
Property Value
ListNumberingFormat
|
SpanProperties
SpanStyle
Declaration
[XamlCompositePropertySerializable]
public SpanProperties SpanStyle { get; set; }
Property Value
SpanProperties
|
StartingIndex
Declaration
[XamlSerializable]
public int StartingIndex { get; set; }
Property Value
System.Int32
|
StyleName
Declaration
[XamlSerializable]
public string StyleName { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
OnPropertyValueChanged(String, Object, Object)
Declaration
protected virtual void OnPropertyValueChanged(string propertyName, object oldValue, object newValue)
Parameters
System.String
propertyName
|
System.Object
oldValue
|
System.Object
newValue
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|