InterfaceIStylePropertyDefinition
Represents a style property definition in the Telerik document model.
Definition
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
An integer representing the global property index.
PropertyContainerType
Gets the type of the property container associated with the style property definition.
PropertyName
Gets the name of the style property represented by this definition.
Declaration
string PropertyName { get; }
Property Value
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
PropertyValueType
Gets the type of value that the style property can hold.
Methods
ClearValue(DocumentElement)
Clears the value of the style property associated with the specified document element.
Declaration
void ClearValue(DocumentElement element)
Parameters
element
The document element for which the style property value will be cleared.