'Declaration
Public Shared Sub SetDirection( _ ByVal obj As DependencyObject, _ ByVal value As Point _ )
public static void SetDirection( DependencyObject obj, Point value )
Parameters
- obj
- The visual element.
- value
- The value.
'Declaration
Public Shared Sub SetDirection( _ ByVal obj As DependencyObject, _ ByVal value As Point _ )
public static void SetDirection( DependencyObject obj, Point value )