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

In This Topic
GetAmbientPropValueForChild Method (RenderObject)
In This Topic
Gets the value of a child's ambient style property.
Syntax
'Declaration
 
Protected Overridable Function GetAmbientPropValueForChild( _
   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