New to Telerik Document ProcessingStart a free 30-day trial

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 IStyleProperty.GetLocalValueAsObject()IStyleProperty.GetActualValueAsObject()IStyleProperty.SetValueAsObject(object)IStyleProperty.ClearValue()IStyleProperty.PropertyDefinitionIStyleProperty.HasLocalValue...

Methods

Resolves and returns the effective value by walking the inheritance chain from local value through styles to document defaults.

C#
TValue GetActualValue()
Returns:

TValue

Properties

Gets or sets the directly assigned value for this property, overriding inherited values from styles or document defaults.

C#
TValue LocalValue { get; set; }