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