Maps for WinRT
SetLongLat Method


The element to write the attached property to.
The property value to set.
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 _
) 
'Usage
 
Dim element As DependencyObject
Dim value As Point
 
C1MapCanvas.SetLongLat(element, value)
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

Reference

C1MapCanvas Class
C1MapCanvas Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback