'Declaration Public Shared Sub SetDepth( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'Usage Dim obj As DependencyObject Dim value As Integer CameraPanel.SetDepth(obj, value)
public static void SetDepth( DependencyObject obj, int value )
Parameters
- obj
- value