'Declaration Public Shared Sub SetExitTo( _ ByVal d As DependencyObject, _ ByVal value As Nullable(Of Rect) _ )
'Usage Dim d As DependencyObject Dim value As Nullable(Of Rect) AnimationPanel.SetExitTo(d, value)
public static void SetExitTo( DependencyObject d, Nullable<Rect> value )
Parameters
- d
- value