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