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