Interface IStyleProperty
Establishes common properties and functionality for style properties.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IStyleProperty
Properties
HasLocalValue
Gets a value indicating whether the style property has local value.
Declaration
bool HasLocalValue { get; }
Property Value
System.Boolean
The has local value. |
PropertyDefinition
Gets the property definition.
Declaration
IStylePropertyDefinition PropertyDefinition { get; }
Property Value
IStylePropertyDefinition
The property definition. |
Methods
ClearValue()
Clears the local value.
Declaration
void ClearValue()
GetActualValueAsObject()
Gets the actual value as object.
Declaration
object GetActualValueAsObject()
Returns
System.Object
|
GetLocalValueAsObject()
Gets the local value as object.
Declaration
object GetLocalValueAsObject()
Returns
System.Object
|
SetValueAsObject(Object)
Sets the local value as object.
Declaration
void SetValueAsObject(object value)
Parameters
System.Object
value
The value. |