Sets the value of the Pinpoint attached property for the specified element.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
public static void SetPinpoint(
	DependencyObject element,
	Point value
)
Visual Basic
Public Shared Sub SetPinpoint ( _
	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.

See Also