New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public interface IStylePropertyDefinition

Derived Classes: StylePropertyDefinition<TValue, TProperties>

Properties

C#
int GlobalPropertyIndex { get; }
C#
Type PropertyContainerType { get; }
C#
string PropertyName { get; }
C#
StylePropertyOptions PropertyOptions { get; }
C#
Type PropertyValueType { get; }

Methods

C#
void ClearValue(DocumentElement element)
Parameters:elementDocumentElement