Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Type Parameters:
TValue
TProperties
Syntax:
C#
public class StylePropertyDefinition<TValue, TProperties> : IStylePropertyDefinition where TProperties : DocumentElementPropertiesBase
Inheritance: objectStylePropertyDefinition<TValue, TProperties>
Implements:
Constructors
C#
public StylePropertyDefinition(string propertyName, StylePropertyOptions propertyOptions, Selector<TProperties, StyleProperty<TValue, TProperties>> propertySelector, TValue defaultValue)
C#
public StylePropertyDefinition(string propertyName, StylePropertyOptions propertyOptions, TValue defaultValue)
Properties
DefaultValue
TValue
C#
public TValue DefaultValue { get; }
C#
public int GlobalPropertyIndex { get; }
Implements:
C#
public Type PropertyContainerType { get; }
Implements:
C#
public string PropertyName { get; }
Implements:
C#
public StylePropertyOptions PropertyOptions { get; }
Implements:
C#
public Type PropertyValueType { get; }
Implements: