GetNonAmbientPropValueForChild Method (RenderImage)
 
            
                In This Topic
            
            Gets the value of a child's non-ambient style property.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Protected Overridable Function GetNonAmbientPropValueForChild( _
   ByVal  As RenderObject, _
   ByVal  As Integer, _
   ByVal  As IScriptContext _
) As Object
             
        
            
            protected virtual object GetNonAmbientPropValueForChild( 
   RenderObject ,
   int ,
   IScriptContext 
)
             
        
             
        
            Parameters
- roChild
 
- The child RenderObject.
 - propKey
 
- The style property key.
 - context
 
- C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.
 
            
            Return Value
The style property value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also