[]
        
(Showing Draft Content)

C1.WPF.Maps.MapCanvas.SetPinpoint

SetPinpoint Method

SetPinpoint(FrameworkElement, Point)

Sets the value of the Pinpoint attached property for the specified element.

Declaration
public static void SetPinpoint(FrameworkElement element, Point value)
Public Shared Sub SetPinpoint(element As FrameworkElement, value As Point)
Parameters
Type Name Description
FrameworkElement element

The element to write the attached property to.

Point value

The property value to set.