Gets 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 Point GetPinpoint(
	DependencyObject element
)
Visual Basic
Public Shared Function GetPinpoint ( _
	element As DependencyObject _
) As Point

Parameters

element
Type: System.Windows..::..DependencyObject
The element from which to read the attached property.

Return Value

The value of the Pinpoint property.

See Also