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