IStyleProperty<TValue>
Interface
Provides strongly-typed access to style property values with local assignment and inherited value resolution through the styling chain.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly:Telerik.Windows.Documents.Flow.dll
Type Parameters:
TValue
Syntax:
C#
public interface IStyleProperty<TValue> : IStyleProperty
Inherited Members
Methods
GetActualValue()
TValue
Resolves and returns the effective value by walking the inheritance chain from local value through styles to document defaults.
C#
TValue GetActualValue()
TValue
Properties
LocalValue
TValue
Gets or sets the directly assigned value for this property, overriding inherited values from styles or document defaults.
C#
TValue LocalValue { get; set; }