'Declaration Public Shared Function GetSurfaceConfigurationContext( _ ByVal obj As DependencyObject _ ) As SurfaceConfigurationContext
'Usage Dim obj As DependencyObject Dim value As SurfaceConfigurationContext value = MultiSurfaceViewBase.GetSurfaceConfigurationContext(obj)
public static SurfaceConfigurationContext GetSurfaceConfigurationContext( DependencyObject obj )
Parameters
- obj
- The dependency object from which the property value is read.
Return Value
The context through which the properties exposed by a surface configuration and multi-surface theme (e.g.,TitleRegionPosition and GradientLightColor) can be accessed in order to bind elements in the theme-defined ControlTemplates to their values or use them in triggers (see CardflowView3D.Elemental.Pink resource dictionary).