'Declaration Public Shared Sub SetSurfaceConfigurationContext( _ ByVal obj As DependencyObject, _ ByVal value As SurfaceConfigurationContext _ )
'Usage Dim obj As DependencyObject Dim value As SurfaceConfigurationContext MultiSurfaceViewBase.SetSurfaceConfigurationContext(obj, value)
public static void SetSurfaceConfigurationContext( DependencyObject obj, SurfaceConfigurationContext value )
Parameters
- obj
- The dependency object to which the attached property is written.
- 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).