Interface IStylePropertyDefinition
Namespace: Telerik.WinForms.Documents.Model.Styles
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public interface IStylePropertyDefinition
Properties
GlobalPropertyIndex
Declaration
int GlobalPropertyIndex { get; }
Property Value
System.Int32
|
PropertyContainerType
Declaration
Type PropertyContainerType { get; }
Property Value
System.Type
|
PropertyName
Declaration
string PropertyName { get; }
Property Value
System.String
|
PropertyOptions
PropertyValueType
Declaration
Type PropertyValueType { get; }
Property Value
System.Type
|