ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapCanvas Class / GetPinpoint Method
The element from which to read the attached property.

In This Topic
    GetPinpoint Method
    In This Topic
    Gets the value of the Pinpoint attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Function GetPinpoint( _
       ByVal element As DependencyObject _
    ) As Point
    public static Point GetPinpoint( 
       DependencyObject element
    )

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the Pinpoint property.
    See Also