Sets the value of the LatLong attached property for the
specified element.
Namespace:
C1.Phone.MapsAssembly: C1.Phone.Maps (in C1.Phone.Maps.dll)
Syntax
| C# |
|---|
public static void SetLatLong( DependencyObject element, Point value ) |
| Visual Basic |
|---|
Public Shared Sub SetLatLong ( _ element As DependencyObject, _ value As Point _ ) |
Parameters
- element
- Type: System.Windows..::..DependencyObject
The element to write the attached property to.
- value
- Type: System.Windows..::..Point
The property value to set.