Class StylePropertyDefinition<TValue>
A generic content element that defines a row within a Table.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class StylePropertyDefinition<TValue> : IStylePropertyDefinition
Type Parameters
TValue
|
Properties
DefaultValue
Gets the default value of the current style property definition.
Declaration
public TValue DefaultValue { get; }
Property Value
TValue
The default value. |
GlobalPropertyIndex
Gets the index of the global property.
Declaration
public int GlobalPropertyIndex { get; }
Property Value
System.Int32
The index of the global property. |
Implements
PropertyName
Gets the name of the property.
Declaration
public string PropertyName { get; }
Property Value
System.String
The name of the property. |
Implements
PropertyType
Gets the type of the property.
Declaration
public Type PropertyType { get; }
Property Value
System.Type
The type of the property. |
Implements
StylePropertyType
Gets the type of the style property.
Declaration
public StylePropertyType StylePropertyType { get; }
Property Value
StylePropertyType
The type of the style property. |
Implements
Validation
Gets the validation object for the current style property definition.
Declaration
public StylePropertyValidation Validation { get; }
Property Value
StylePropertyValidation
The validation. |
Implements
Methods
GetDefaultValueAsObject()
Gets the actual value as object.
Declaration
public object GetDefaultValueAsObject()
Returns
System.Object
|