Interface IStylePropertyDefinition
Establishes common properties for style property definition.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IStylePropertyDefinition
Properties
GlobalPropertyIndex
Gets the global property index.
Declaration
int GlobalPropertyIndex { get; }
Property Value
System.Int32
The global property index. |
PropertyName
Gets the name of the property.
Declaration
string PropertyName { get; }
Property Value
System.String
The name of the property. |
PropertyType
Gets the type of the property.
Declaration
Type PropertyType { get; }
Property Value
System.Type
The type of the property. |
StylePropertyType
Gets the type of the style property.
Declaration
StylePropertyType StylePropertyType { get; }
Property Value
StylePropertyType
The type of the style property. |
Validation
Gets the validation object for the current style property definition.
Declaration
StylePropertyValidation Validation { get; }
Property Value
StylePropertyValidation
The validation. |
Methods
GetDefaultValueAsObject()
Gets the actual value as object.
Declaration
object GetDefaultValueAsObject()
Returns
System.Object
|