C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IStyleOwner Interface / GetNonAmbientPropValue Method
The property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
GetNonAmbientPropValue Method
In This Topic
Retrieves the value of a non-ambient property.
Syntax
'Declaration
 
Function GetNonAmbientPropValue( _
   ByVal propKey As Integer, _
   ByVal context As IScriptContext _
) As Object
 

Parameters

propKey
The property key.
context
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

Return Value

The property value.
See Also