Interface
IStylePropertyDefinition

Represents a style property definition in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Styles

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IStylePropertyDefinition

Properties

GlobalPropertyIndex

Gets the global index of the style property definition.

Declaration

cs-api-definition
int GlobalPropertyIndex { get; }

Property Value

int

An integer representing the global property index.

PropertyContainerType

Gets the type of the property container associated with the style property definition.

Declaration

cs-api-definition
Type PropertyContainerType { get; }

Property Value

Type

PropertyName

Gets the name of the style property represented by this definition.

Declaration

cs-api-definition
string PropertyName { get; }

Property Value

string

The name of the style property as a string.

PropertyOptions

Gets the options associated with the style property definition.

Declaration

cs-api-definition
StylePropertyOptions PropertyOptions { get; }

Property Value

StylePropertyOptions

PropertyValueType

Gets the type of value that the style property can hold.

Declaration

cs-api-definition
Type PropertyValueType { get; }

Property Value

Type

Methods

ClearValue(DocumentElement)

Clears the value of the style property associated with the specified document element.

Declaration

cs-api-definition
void ClearValue(DocumentElement element)

Parameters

element

DocumentElement

The document element for which the style property value will be cleared.