[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.GetNonAmbientPropValueForChild

GetNonAmbientPropValueForChild Method

GetNonAmbientPropValueForChild(RenderObject, int, IScriptContext)

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

Declaration
protected virtual object GetNonAmbientPropValueForChild(RenderObject roChild, int propKey, IScriptContext context)
Protected Overridable Function GetNonAmbientPropValueForChild(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.