'Declaration
Public Shared Sub SetDrawPath( _ ByVal d As DependencyObject, _ ByVal value As Boolean _ )
public static void SetDrawPath( DependencyObject d, bool value )
Parameters
- d
- The object to set value to.
- value
- The property value.
'Declaration
Public Shared Sub SetDrawPath( _ ByVal d As DependencyObject, _ ByVal value As Boolean _ )
public static void SetDrawPath( DependencyObject d, bool value )