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. The global property index. |
PropertyName
Gets the name of the property.
Declaration
string PropertyName { get; }
Property Value
System. The name of the property. |
PropertyType
Gets the type of the property.
Declaration
Type PropertyType { get; }
Property Value
System. The type of the property. |
StylePropertyType
Gets the type of the style property.
Declaration
StylePropertyType StylePropertyType { get; }
Property Value
Style The type of the style property. |
Validation
Gets the validation object for the current style property definition.
Declaration
StylePropertyValidation Validation { get; }
Property Value
Style The validation. |
Methods
GetDefaultValueAsObject()
Gets the actual value as object.
Declaration
object GetDefaultValueAsObject()
Returns
System.
|