Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / MapCanvas Class / GetLongLat Method
The element from which to read the attached property.

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

    Parameters

    element
    The element from which to read the attached property.

    Return Value

    The value of the LongLat property.
    See Also