'Declaration Public Shared Function GetEnterFrom( _ ByVal d As DependencyObject _ ) As Nullable(Of Rect)
'Usage Dim d As DependencyObject Dim value As Nullable(Of Rect) value = AnimationPanel.GetEnterFrom(d)
public static Nullable<Rect> GetEnterFrom( DependencyObject d )
Parameters
- d