GetAmbientPropValueForChild Method (RenderObject)
Gets the value of a child's ambient style property.
'Declaration
Protected Overridable Function GetAmbientPropValueForChild( _
ByVal As RenderObject, _
ByVal As Integer, _
ByVal 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.