'Declaration Public Shared Sub SetCoercedSurfaceConfiguration( _ ByVal obj As DependencyObject, _ ByVal value As SurfaceConfiguration _ )
'Usage Dim obj As DependencyObject Dim value As SurfaceConfiguration MultiSurfaceViewBase.SetCoercedSurfaceConfiguration(obj, value)
public static void SetCoercedSurfaceConfiguration( DependencyObject obj, SurfaceConfiguration value )
Parameters
- obj
- The dependency object to which the attached property is written.
- value
A reference to the the SurfaceConfiguration that is applied to a card (i.e., row).