[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.GetAmbientPropValueForChild

GetAmbientPropValueForChild Method

GetAmbientPropValueForChild(RenderObject, int, IScriptContext)

Gets the value of a child's ambient style property.

Declaration
protected virtual object GetAmbientPropValueForChild(RenderObject roChild, int propKey, IScriptContext context)
Parameters
Type Name Description
RenderObject roChild

The child RenderObject.

int propKey

The style property key.

IScriptContext context

C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

Returns
Type Description
object

The style property value.