C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderTocItem Class / GetNonAmbientPropValueForChild Method
The child RenderObject.
The style property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
GetNonAmbientPropValueForChild Method (RenderTocItem)
In This Topic
Gets the value of a child's non-ambient style property.
Syntax
'Declaration
 
Protected Overridable Function GetNonAmbientPropValueForChild( _
   ByVal roChild As RenderObject, _
   ByVal propKey As Integer, _
   ByVal context As IScriptContext _
) As Object
 

Parameters

roChild
The child RenderObject.
propKey
The style property key.
context
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

Return Value

The style property value.
See Also