Interface
IStylePropertyDefinition

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public interface IStylePropertyDefinition

Properties

GlobalPropertyIndex

Declaration

cs-api-definition
int GlobalPropertyIndex { get; }

Property Value

int

PropertyContainerType

Declaration

cs-api-definition
Type PropertyContainerType { get; }

Property Value

Type

PropertyName

Declaration

cs-api-definition
string PropertyName { get; }

Property Value

string

PropertyOptions

Declaration

cs-api-definition
StylePropertyOptions PropertyOptions { get; }

Property Value

StylePropertyOptions

PropertyValueType

Declaration

cs-api-definition
Type PropertyValueType { get; }

Property Value

Type

Methods

ClearValue(DocumentElement)

Declaration

cs-api-definition
void ClearValue(DocumentElement element)

Parameters

element

DocumentElement