Gets the value of a child's non-ambient style property.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
protected virtual Object GetNonAmbientPropValueForChild( RenderObject roChild, int propKey, IScriptContext context ) |
Visual Basic |
---|
Protected Overridable Function GetNonAmbientPropValueForChild ( _ roChild As RenderObject, _ propKey As Integer, _ context As IScriptContext _ ) As Object |
Parameters
- roChild
- Type: C1.C1Preview..::..RenderObject
The child RenderObject.
- propKey
- Type: System..::..Int32
The style property key.
- context
- Type: IScriptContext
IScriptContext to use for evaluation of calculated properties.