Interface IStylePropertyDefinition
Represents a style property definition in the Telerik document model.
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IStylePropertyDefinition
Properties
GlobalPropertyIndex
Gets the global index of the style property definition.
Declaration
int GlobalPropertyIndex { get; }
Property Value
System.Int32
An integer representing the global property index. |
PropertyContainerType
Gets the type of the property container associated with the style property definition.
Declaration
Type PropertyContainerType { get; }
Property Value
System.Type
|
PropertyName
Gets the name of the style property represented by this definition.
Declaration
string PropertyName { get; }
Property Value
System.String
The name of the style property as a string. |
PropertyOptions
Gets the options associated with the style property definition.
Declaration
StylePropertyOptions PropertyOptions { get; }
Property Value
StylePropertyOptions
|
PropertyValueType
Gets the type of value that the style property can hold.
Declaration
Type PropertyValueType { get; }
Property Value
System.Type
|
Methods
ClearValue(DocumentElement)
Clears the value of the style property associated with the specified document element.
Declaration
void ClearValue(DocumentElement element)
Parameters
DocumentElement
element
The document element for which the style property value will be cleared. |