'Declaration
Public Shared Sub SetDock( _ ByVal element As DependencyObject, _ ByVal value As Dock _ )
public static void SetDock( DependencyObject element, Dock value )
Parameters
- element
- The element to write the attached property to.
- value
- The property value to set.