[]
        
(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)
Protected Overridable Function GetAmbientPropValueForChild(roChild As RenderObject, propKey As Integer, context As IScriptContext) As Object
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.