ComponentOne Maps for WPF and Silverlight
SetPinpoint Method (C1MapCanvas)

C1.WPF.Maps Namespace > C1MapCanvas Class : SetPinpoint Method
The element to write the attached property to.
The property value to set.
Sets the value of the Pinpoint attached property for the specified element.
Syntax
'Declaration
 
Public Shared Sub SetPinpoint( _
   ByVal element As System.Windows.DependencyObject, _
   ByVal value As System.Windows.Point _
) 
public static void SetPinpoint( 
   System.Windows.DependencyObject element,
   System.Windows.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