| Visual Basic (Declaration) | |
|---|---|
Public Shared Sub SetTranslateX( _ ByVal d As DependencyObject, _ ByVal value As Double _ ) | |
| C# | |
|---|---|
public static void SetTranslateX( DependencyObject d, double value ) | |
Parameters
- d
- Dependency object.
- value
- The value to assign as the translation.
Target Platforms:Windows Phone 7