[]
Gets the value of a child's non-ambient style property.
protected virtual object GetNonAmbientPropValueForChild(RenderObject roChild, int propKey, IScriptContext context)
| 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. |
| Type | Description |
|---|---|
| object | The style property value. |