Class
ListIdProperty

Represents the identifier for a list style in Telerik's document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Styles

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ListIdProperty : StyleProperty<int?, ParagraphProperties>

Inheritance: objectStylePropertyBaseStyleProperty<int?, ParagraphProperties>ListIdProperty

Inherited Members StyleProperty<int?, ParagraphProperties>.GetValueOrDefault()StyleProperty<int?, ParagraphProperties>.GetValue()StyleProperty<int?, ParagraphProperties>.GetLocalParentValueOverride()StyleProperty<int?, ParagraphProperties>.HasLocalValue()StyleProperty<int?, ParagraphProperties>.SetValue(int?)StyleProperty<int?, ParagraphProperties>.ClearValue()StyleProperty<int?, ParagraphProperties>.CheckForValueChange(RadValueSource)StyleProperty<int?, ParagraphProperties>.OnPropertyValueChanged(int?, int?)StyleProperty<int?, ParagraphProperties>.PropertyContainerStyleProperty<int?, ParagraphProperties>.PropertyDefinitionStyleProperty<int?, ParagraphProperties>.ValueSourceStylePropertyBase.ClearValue()StylePropertyBase.HasLocalValue()StylePropertyBase.PropertyDefinitionStylePropertyBase.ValueSource

Constructors

ListIdProperty(ParagraphProperties, StylePropertyDefinition<int?, ParagraphProperties>)

Declaration

cs-api-definition
public ListIdProperty(ParagraphProperties propertyContainer, StylePropertyDefinition<int?, ParagraphProperties> propertyDefinition)

Parameters

propertyContainer

ParagraphProperties

propertyDefinition

StylePropertyDefinition<int?, ParagraphProperties>