ComponentOne Maps for WPF and Silverlight
C1.WPF.Maps Namespace / C1MapCanvas Class / SetLongLat Method
The element to write the attached property to.
The property value to set.

In This Topic
    SetLongLat Method (C1MapCanvas)
    In This Topic
    Sets the value of the LongLat attached property for the specified element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetLongLat( _
       ByVal element As DependencyObject, _
       ByVal value As Point _
    ) 
    public static void SetLongLat( 
       DependencyObject element,
       Point value
    )

    Parameters

    element
    The element to write the attached property to.
    value
    The property value to set.
    See Also