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