Class ListIdProperty
Inheritance
System.Object
ListIdProperty
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ListIdProperty : StyleProperty<Nullable<int>, ParagraphProperties>
Constructors
ListIdProperty(ParagraphProperties, StylePropertyDefinition<Nullable<Int32>, ParagraphProperties>)
Declaration
public ListIdProperty(ParagraphProperties propertyContainer, StylePropertyDefinition<Nullable<int>, ParagraphProperties> propertyDefinition)
Parameters
ParagraphProperties
propertyContainer
|
StylePropertyDefinition<System.Nullable<System.Int32>, ParagraphProperties>
propertyDefinition
|